#0F9EAE

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

Shades of Bondi Blue #0F9EAE

Tints of Bondi Blue #0F9EAE

Color information

#0F9EAE (or 0x0F9EAE) is unknown color: approx Bondi Blue. HEX triplet: 0F, 9E and AE. RGB value is (15,158,174). Sum of RGB (Red+Green+Blue) = 15+158+174=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F9EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9EAE is #F06151. Grayscale: #747474. Windows color (decimal): -15753554 or 11443727. OLE color: 11443727.

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

Color convert

RGB15158174-
CMYK0.910.0900.32
HSL186.04º84.13%37.06%-
HSV(B)186.04º91.38%68.24%-
XYZ20.0627.6144.32-
YUV117.07160.1255.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.32%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=4.32%
G=45.53%
B=50.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151581740.910.0900.32186.0484.1337.06
HexF9EAE5B9020ba5425
Octal172362561331104027212445
Binary11111001111010101110101101110010100000101110101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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