#009AAF

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

Shades of Bondi Blue #009AAF

Tints of Bondi Blue #009AAF

Color information

#009AAF (or 0x009AAF) is unknown color: approx Bondi Blue. HEX triplet: 00, 9A and AF. RGB value is (0,154,175). Sum of RGB (Red+Green+Blue) = 0+154+175=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #009AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009AAF is #FF6550. Grayscale: #6E6E6E. Windows color (decimal): -16737617 or 11508224. OLE color: 11508224.

HSL color Cylindrical-coordinate representation of color #009AAF: hue angle of 187.2º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AAF is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0154175-
CMYK10.1200.31
HSL187.2º100%34.31%-
HSV(B)187.2º100%68.63%-
XYZ19.2926.2144.6-
YUV110.35164.4849.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 46.81%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=0%
G=46.81%
B=53.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal015417510.1200.31187.210034.31
Hex09AAF64C01Fbb6422
Octal02322571441403727314442
Binary0100110101010111111001001100011111101110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009AAF; }

 p { color: rgb(0,154,175); }

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

<style>
 a { background-color: #009AAF; }

 a { background-color: rgb(0,154,175); }

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

<style>
 span { border-color: #009AAF; }

 span { border-color: rgb(0,154,175); }

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