#03ABAF

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

Shades of Bondi Blue #03ABAF

Tints of Bondi Blue #03ABAF

Color information

#03ABAF (or 0x03ABAF) is unknown color: approx Bondi Blue. HEX triplet: 03, AB and AF. RGB value is (3,171,175). Sum of RGB (Red+Green+Blue) = 3+171+175=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #03ABAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ABAF is #FC5450. Grayscale: #797979. Windows color (decimal): -16536657 or 11512579. OLE color: 11512579.

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

Color convert

RGB3171175-
CMYK0.980.0200.31
HSL181.4º96.63%34.9%-
HSV(B)181.4º98.29%68.63%-
XYZ22.3432.2445.6-
YUV121.22158.3443.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.86%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=0.86%
G=49.00%
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.31
SystemRedGreenBlueCMYKHSL
Decimal31711750.980.0200.31181.496.6334.9
Hex3ABAF62201Fb56123
Octal3253257142203726514143
Binary111010101110101111110001010011111101101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,171,175); }

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

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

 a { background-color: rgb(3,171,175); }

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

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

 span { border-color: rgb(3,171,175); }

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