#03A9AD

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

Shades of Bondi Blue #03A9AD

Tints of Bondi Blue #03A9AD

Color information

#03A9AD (or 0x03A9AD) is unknown color: approx Bondi Blue. HEX triplet: 03, A9 and AD. RGB value is (3,169,173). Sum of RGB (Red+Green+Blue) = 3+169+173=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #03A9AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A9AD is #FC5652. Grayscale: #777777. Windows color (decimal): -16537171 or 11380995. OLE color: 11380995.

HSL color Cylindrical-coordinate representation of color #03A9AD: hue angle of 181.41º 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 #03A9AD is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3169173-
CMYK0.980.0200.32
HSL181.41º96.59%34.51%-
HSV(B)181.41º98.27%67.84%-
XYZ21.7731.4144.45-
YUV119.8215844.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.87%
GREEN value IS 169 (66.41% from 255) = 48.99%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=0.87%
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
Decimal31691730.980.0200.32181.4196.5934.51
Hex3A9AD622020b56123
Octal3251255142204026514143
Binary1110101001101011011100010100100000101101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,169,173); }

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

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

 a { background-color: rgb(3,169,173); }

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

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

 span { border-color: rgb(3,169,173); }

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