#0B8DAE

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

Shades of Bondi Blue #0B8DAE

Tints of Bondi Blue #0B8DAE

Color information

#0B8DAE (or 0x0B8DAE) is unknown color: approx Bondi Blue. HEX triplet: 0B, 8D and AE. RGB value is (11,141,174). Sum of RGB (Red+Green+Blue) = 11+141+174=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B8DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8DAE is #F47251. Grayscale: #696969. Windows color (decimal): -16020050 or 11439371. OLE color: 11439371.

HSL color Cylindrical-coordinate representation of color #0B8DAE: hue angle of 192.15º 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 #0B8DAE is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11141174-
CMYK0.940.1900.32
HSL192.15º88.11%36.27%-
HSV(B)192.15º93.68%68.24%-
XYZ17.322.1843.41-
YUV105.89166.4360.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.37%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=3.37%
G=43.25%
B=53.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111411740.940.1900.32192.1588.1136.27
HexB8DAE5E13020c05824
Octal132152561362304030013044
Binary101110001101101011101011110100110100000110000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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