#0F9FAC

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

Shades of Bondi Blue #0F9FAC

Tints of Bondi Blue #0F9FAC

Color information

#0F9FAC (or 0x0F9FAC) is unknown color: approx Bondi Blue. HEX triplet: 0F, 9F and AC. RGB value is (15,159,172). Sum of RGB (Red+Green+Blue) = 15+159+172=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F9FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9FAC is #F06053. Grayscale: #757575. Windows color (decimal): -15753300 or 11312911. OLE color: 11312911.

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

Color convert

RGB15159172-
CMYK0.910.0800.33
HSL184.97º83.96%36.67%-
HSV(B)184.97º91.28%67.45%-
XYZ20.0427.8843.35-
YUV117.43158.7954.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.34%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=4.34%
G=45.95%
B=49.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151591720.910.0800.33184.9783.9636.67
HexF9FAC5B8021b95425
Octal172372541331004127112445
Binary11111001111110101100101101110000100001101110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,172); }

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

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

 a { background-color: rgb(15,159,172); }

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

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

 span { border-color: rgb(15,159,172); }

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