#03AAB3

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

Shades of Iris Blue #03AAB3

Tints of Iris Blue #03AAB3

Color information

#03AAB3 (or 0x03AAB3) is unknown color: approx Iris Blue. HEX triplet: 03, AA and B3. RGB value is (3,170,179). Sum of RGB (Red+Green+Blue) = 3+170+179=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #03AAB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AAB3 is #FC554C. Grayscale: #787878. Windows color (decimal): -16536909 or 11774467. OLE color: 11774467.

HSL color Cylindrical-coordinate representation of color #03AAB3: hue angle of 183.07º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AAB3 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3170179-
CMYK0.980.0500.30
HSL183.07º96.7%35.69%-
HSV(B)183.07º98.32%70.2%-
XYZ22.5532.0247.64-
YUV121.09160.6743.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.85%
GREEN value IS 170 (66.80% from 255) = 48.30%
BLUE value IS 179 (70.31% from 255) = 50.85%
R=0.85%
G=48.30%
B=50.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31701790.980.0500.30183.0796.735.69
Hex3AAB362501Eb76124
Octal3252263142503626714144
Binary1110101010101100111100010101011110101101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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