Html Css Color HEX #03AACB Iris Blue

📋 copy color: '#03AACB'

red 3 ◦ green 170 ◦ blue 203

#03AACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #03AACB

Tints of Iris Blue #03AACB

RGB

 RED value IS 3 (1.56% from 255) = 0.8%

 GREEN value IS 170 (66.8% from 255) = 45.21%

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 0.8%
G = 45.21%
B = 53.99%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#03AACB (or 0x03AACB) is known color: Iris Blue. HEX triplet: 03, AA and CB. RGB value is (3,170,203). Sum of RGB (Red+Green+Blue) = 3+170+203=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #03AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AACB is #FC5534. Grayscale: #7B7B7B. Windows color (decimal): -16536885 or 13347331. OLE color: 13347331.

HSL color Cylindrical-coordinate representation of color #03AACB: hue angle of 189.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AACB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 170 203 -
CMYK 0.99 0.16 0 0.20
HSL 189.9º 0.97% 0.4% -
HSV(B) 189.9º 0.99% 0.8% -
XYZ 25.19 33.08 61.56 -
YUV 123.83 172.67 41.82 -
System Red Green Blue C M Y K H S L
Decimal 3 170 203 0.99 0.16 0 0.20 189.9 0.97 0.4
Hex 3 AA CB 63 10 0 14 BE 61 28
Octal 3 252 313 143 20 0 24 276 141 50
Binary 11 10101010 11001011 1100011 10000 0 10100 10111110 1100001 101000

Color Harmonies of #03AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AACB

Black with #03AACB

Text Example


Text Example

White with #03AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03AACB;
 }
 .AnyTagClassName
 {
   color: #03AACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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