#0F96AE

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

Shades of Bondi Blue #0F96AE

Tints of Bondi Blue #0F96AE

Color information

#0F96AE (or 0x0F96AE) is unknown color: approx Bondi Blue. HEX triplet: 0F, 96 and AE. RGB value is (15,150,174). Sum of RGB (Red+Green+Blue) = 15+150+174=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F96AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F96AE is #F06951. Grayscale: #707070. Windows color (decimal): -15755602 or 11441679. OLE color: 11441679.

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

Color convert

RGB15150174-
CMYK0.910.1400.32
HSL189.06º84.13%37.06%-
HSV(B)189.06º91.38%68.24%-
XYZ18.7424.9743.88-
YUV112.37162.7758.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.42%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=4.42%
G=44.25%
B=51.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151501740.910.1400.32189.0684.1337.06
HexF96AE5BE020bd5425
Octal172262561331604027512445
Binary11111001011010101110101101111100100000101111011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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