#0B93AE

Color #0B93AE Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0B93AE

Tints of Bondi Blue #0B93AE

Color information

#0B93AE (or 0x0B93AE) is unknown color: approx Bondi Blue. HEX triplet: 0B, 93 and AE. RGB value is (11,147,174). Sum of RGB (Red+Green+Blue) = 11+147+174=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B93AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B93AE is #F46C51. Grayscale: #6D6D6D. Windows color (decimal): -16018514 or 11440907. OLE color: 11440907.

HSL color Cylindrical-coordinate representation of color #0B93AE: hue angle of 189.94º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B93AE is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11147174-
CMYK0.940.1600.32
HSL189.94º88.11%36.27%-
HSV(B)189.94º93.68%68.24%-
XYZ18.2123.9943.72-
YUV109.41164.4457.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 3.31%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=3.31%
G=44.28%
B=52.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111471740.940.1600.32189.9488.1136.27
HexB93AE5E10020be5824
Octal132232561362004027613044
Binary101110010011101011101011110100000100000101111101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B93AE; }

 p { color: rgb(11,147,174); }

 H1.HeaderClassName
 {
   color: #0B93AE;
 }
 .AnyTagClassName
 {
   color: #0B93AE;
 }
</style>
background-color css

<style>
 a { background-color: #0B93AE; }

 a { background-color: rgb(11,147,174); }

 div.DivClassName
 {
   background-color: #0B93AE;
 }
 .BgClassName
 {
   background-color: #0B93AE;
 }
</style>
border-color css

<style>
 span { border-color: #0B93AE; }

 span { border-color: rgb(11,147,174); }

 td.TdClassName
 {
   border-color: #0B93AE;
 }
 .TagClassName
 {
   border-color: #0B93AE;
 }
</style>