#0B9FA5

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

Shades of Bondi Blue #0B9FA5

Tints of Bondi Blue #0B9FA5

Color information

#0B9FA5 (or 0x0B9FA5) is unknown color: approx Bondi Blue. HEX triplet: 0B, 9F and A5. RGB value is (11,159,165). Sum of RGB (Red+Green+Blue) = 11+159+165=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B9FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9FA5 is #F4605A. Grayscale: #737373. Windows color (decimal): -16015451 or 10854155. OLE color: 10854155.

HSL color Cylindrical-coordinate representation of color #0B9FA5: hue angle of 182.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9FA5 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11159165-
CMYK0.930.0400.35
HSL182.34º87.5%34.51%-
HSV(B)182.34º93.33%64.71%-
XYZ19.3327.5839.9-
YUV115.43155.9753.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.28%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 165 (64.84% from 255) = 49.25%
R=3.28%
G=47.46%
B=49.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111591650.930.0400.35182.3487.534.51
HexB9FA55D4023b65823
Octal13237245135404326613043
Binary1011100111111010010110111011000100011101101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,159,165); }

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

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

 a { background-color: rgb(11,159,165); }

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

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

 span { border-color: rgb(11,159,165); }

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