#0F9FAB

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

Shades of Bondi Blue #0F9FAB

Tints of Bondi Blue #0F9FAB

Color information

#0F9FAB (or 0x0F9FAB) is unknown color: approx Bondi Blue. HEX triplet: 0F, 9F and AB. RGB value is (15,159,171). Sum of RGB (Red+Green+Blue) = 15+159+171=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F9FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9FAB is #F06054. Grayscale: #757575. Windows color (decimal): -15753301 or 11247375. OLE color: 11247375.

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

Color convert

RGB15159171-
CMYK0.910.0700.33
HSL184.62º83.87%36.47%-
HSV(B)184.62º91.23%67.06%-
XYZ19.9527.8442.85-
YUV117.31158.2955.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.35%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=4.35%
G=46.09%
B=49.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151591710.910.0700.33184.6283.8736.47
HexF9FAB5B7021b95424
Octal17237253133704127112444
Binary1111100111111010101110110111110100001101110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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