#0F9DB9

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

Shades of Bondi Blue #0F9DB9

Tints of Bondi Blue #0F9DB9

Color information

#0F9DB9 (or 0x0F9DB9) is unknown color: approx Bondi Blue. HEX triplet: 0F, 9D and B9. RGB value is (15,157,185). Sum of RGB (Red+Green+Blue) = 15+157+185=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F9DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9DB9 is #F06246. Grayscale: #757575. Windows color (decimal): -15753799 or 12164367. OLE color: 12164367.

HSL color Cylindrical-coordinate representation of color #0F9DB9: hue angle of 189.88º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9DB9 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15157185-
CMYK0.920.1500.27
HSL189.88º85%39.22%-
HSV(B)189.88º91.89%72.55%-
XYZ21.0127.7250.14-
YUV117.73165.9654.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.20%
GREEN value IS 157 (61.72% from 255) = 43.98%
BLUE value IS 185 (72.66% from 255) = 51.82%
R=4.20%
G=43.98%
B=51.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151571850.920.1500.27189.888539.22
HexF9DB95CF01Bbe5527
Octal172352711341703327612547
Binary1111100111011011100110111001111011011101111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,157,185); }

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

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

 a { background-color: rgb(15,157,185); }

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

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

 span { border-color: rgb(15,157,185); }

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