#03AAAE

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

Shades of Bondi Blue #03AAAE

Tints of Bondi Blue #03AAAE

Color information

#03AAAE (or 0x03AAAE) is unknown color: approx Bondi Blue. HEX triplet: 03, AA and AE. RGB value is (3,170,174). Sum of RGB (Red+Green+Blue) = 3+170+174=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #03AAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AAAE is #FC5551. Grayscale: #787878. Windows color (decimal): -16536914 or 11446787. OLE color: 11446787.

HSL color Cylindrical-coordinate representation of color #03AAAE: hue angle of 181.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AAAE is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3170174-
CMYK0.980.0200.32
HSL181.4º96.61%34.71%-
HSV(B)181.4º98.28%68.24%-
XYZ22.0531.8245.02-
YUV120.52158.1744.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=0.86%
G=48.99%
B=50.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31701740.980.0200.32181.496.6134.71
Hex3AAAE622020b56123
Octal3252256142204026514143
Binary1110101010101011101100010100100000101101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AAAE; }

 p { color: rgb(3,170,174); }

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

<style>
 a { background-color: #03AAAE; }

 a { background-color: rgb(3,170,174); }

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

<style>
 span { border-color: #03AAAE; }

 span { border-color: rgb(3,170,174); }

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