#0B96B5

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

Shades of Bondi Blue #0B96B5

Tints of Bondi Blue #0B96B5

Color information

#0B96B5 (or 0x0B96B5) is unknown color: approx Bondi Blue. HEX triplet: 0B, 96 and B5. RGB value is (11,150,181). Sum of RGB (Red+Green+Blue) = 11+150+181=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #0B96B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B96B5 is #F4694A. Grayscale: #6F6F6F. Windows color (decimal): -16017739 or 11900427. OLE color: 11900427.

HSL color Cylindrical-coordinate representation of color #0B96B5: hue angle of 190.94º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B96B5 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11150181-
CMYK0.940.1700.29
HSL190.94º88.54%37.65%-
HSV(B)190.94º93.92%70.98%-
XYZ19.3825.2247.56-
YUV111.97166.9555.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.22%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 181 (71.09% from 255) = 52.92%
R=3.22%
G=43.86%
B=52.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111501810.940.1700.29190.9488.5437.65
HexB96B55E1101Dbf5926
Octal132262651362103527713146
Binary10111001011010110101101111010001011101101111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B96B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,181); }

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

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

 a { background-color: rgb(11,150,181); }

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

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

 span { border-color: rgb(11,150,181); }

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