#0F96A7

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

Shades of Bondi Blue #0F96A7

Tints of Bondi Blue #0F96A7

Color information

#0F96A7 (or 0x0F96A7) is unknown color: approx Bondi Blue. HEX triplet: 0F, 96 and A7. RGB value is (15,150,167). Sum of RGB (Red+Green+Blue) = 15+150+167=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #0F96A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F96A7 is #F06958. Grayscale: #6F6F6F. Windows color (decimal): -15755609 or 10982927. OLE color: 10982927.

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

Color convert

RGB15150167-
CMYK0.910.1000.35
HSL186.71º83.52%35.69%-
HSV(B)186.71º91.02%65.49%-
XYZ18.0824.740.37-
YUV111.57159.2759.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.52%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 167 (65.62% from 255) = 50.30%
R=4.52%
G=45.18%
B=50.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151501670.910.1000.35186.7183.5235.69
HexF96A75BA023bb5424
Octal172262471331204327312444
Binary11111001011010100111101101110100100011101110111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F96A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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