#0099aa

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

Shades of Bondi Blue #0099AA

Tints of Bondi Blue #0099AA

Color information

#0099AA (or 0x0099AA) is unknown color: approx Bondi Blue. HEX triplet: 00, 99 and AA. RGB value is (0,153,170). Sum of RGB (Red+Green+Blue) = 0+153+170=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0099AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0099AA is #FF6655. Grayscale: #6C6C6C. Windows color (decimal): -16737878 or 11180288. OLE color: 11180288.

HSL color Cylindrical-coordinate representation of color #0099AA: hue angle of 186º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099AA is Cyan = 1, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0153170-
CMYK10.100.33
HSL186º100%33.33%-
HSV(B)186º100%66.67%-
XYZ18.6525.6842.01-
YUV109.19162.3150.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=0%
G=47.37%
B=52.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal015317010.100.3318610033.33
Hex099AA64A021ba6421
Octal02312521441204127214441
Binary01001100110101010110010010100100001101110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0099aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0099aa; }

 p { color: rgb(0,153,170); }

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

<style>
 a { background-color: #0099aa; }

 a { background-color: rgb(0,153,170); }

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

<style>
 span { border-color: #0099aa; }

 span { border-color: rgb(0,153,170); }

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