#03AAB1

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

Shades of Bondi Blue #03AAB1

Tints of Bondi Blue #03AAB1

Color information

#03AAB1 (or 0x03AAB1) is unknown color: approx Bondi Blue. HEX triplet: 03, AA and B1. RGB value is (3,170,177). Sum of RGB (Red+Green+Blue) = 3+170+177=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #03AAB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AAB1 is #FC554E. Grayscale: #787878. Windows color (decimal): -16536911 or 11643395. OLE color: 11643395.

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

Color convert

RGB3170177-
CMYK0.980.0400.31
HSL182.41º96.67%35.29%-
HSV(B)182.41º98.31%69.41%-
XYZ22.3531.9446.58-
YUV120.86159.6743.93-

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.57%
BLUE value IS 177 (69.53% from 255) = 50.57%
R=0.86%
G=48.57%
B=50.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31701770.980.0400.31182.4196.6735.29
Hex3AAB162401Fb66123
Octal3252261142403726614143
Binary1110101010101100011100010100011111101101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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