#0F9AAA

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

Shades of Bondi Blue #0F9AAA

Tints of Bondi Blue #0F9AAA

Color information

#0F9AAA (or 0x0F9AAA) is unknown color: approx Bondi Blue. HEX triplet: 0F, 9A and AA. RGB value is (15,154,170). Sum of RGB (Red+Green+Blue) = 15+154+170=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F9AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9AAA is #F06555. Grayscale: #727272. Windows color (decimal): -15754582 or 11180559. OLE color: 11180559.

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

Color convert

RGB15154170-
CMYK0.910.0900.33
HSL186.19º83.78%36.27%-
HSV(B)186.19º91.18%66.67%-
XYZ19.0126.1242.07-
YUV114.26159.4557.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.42%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=4.42%
G=45.43%
B=50.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151541700.910.0900.33186.1983.7836.27
HexF9AAA5B9021ba5424
Octal172322521331104127212444
Binary11111001101010101010101101110010100001101110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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