#0F9DAE

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

Shades of Bondi Blue #0F9DAE

Tints of Bondi Blue #0F9DAE

Color information

#0F9DAE (or 0x0F9DAE) is unknown color: approx Bondi Blue. HEX triplet: 0F, 9D and AE. RGB value is (15,157,174). Sum of RGB (Red+Green+Blue) = 15+157+174=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F9DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9DAE is #F06251. Grayscale: #747474. Windows color (decimal): -15753810 or 11443471. OLE color: 11443471.

HSL color Cylindrical-coordinate representation of color #0F9DAE: hue angle of 186.42º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9DAE is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15157174-
CMYK0.910.1000.32
HSL186.42º84.13%37.06%-
HSV(B)186.42º91.38%68.24%-
XYZ19.8927.2744.26-
YUV116.48160.4655.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.34%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=4.34%
G=45.38%
B=50.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151571740.910.1000.32186.4284.1337.06
HexF9DAE5BA020ba5425
Octal172352561331204027212445
Binary11111001110110101110101101110100100000101110101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,157,174); }

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

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

 a { background-color: rgb(15,157,174); }

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

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

 span { border-color: rgb(15,157,174); }

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