#0f9daa

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

Shades of Bondi Blue #0F9DAA

Tints of Bondi Blue #0F9DAA

Color information

#0F9DAA (or 0x0F9DAA) is unknown color: approx Bondi Blue. HEX triplet: 0F, 9D and AA. RGB value is (15,157,170). Sum of RGB (Red+Green+Blue) = 15+157+170=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F9DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9DAA is #F06255. Grayscale: #737373. Windows color (decimal): -15753814 or 11181327. OLE color: 11181327.

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

Color convert

RGB15157170-
CMYK0.910.0800.33
HSL185.03º83.78%36.27%-
HSV(B)185.03º91.18%66.67%-
XYZ19.5127.1242.24-
YUV116.02158.4655.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.39%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=4.39%
G=45.91%
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
Decimal151571700.910.0800.33185.0383.7836.27
HexF9DAA5B8021b95424
Octal172352521331004127112444
Binary11111001110110101010101101110000100001101110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9daa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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