Html Css Color HEX #03AACC Iris Blue

📋 copy color: '#03AACC'

red 3 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #03AACC

Tints of Iris Blue #03AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 0.8%
G = 45.09%
B = 54.11%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#03AACC (or 0x03AACC) is known color: Iris Blue. HEX triplet: 03, AA and CC. RGB value is (3,170,204). Sum of RGB (Red+Green+Blue) = 3+170+204=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #03AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AACC is #FC5533. Grayscale: #7B7B7B. Windows color (decimal): -16536884 or 13412867. OLE color: 13412867.

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

Color convert

RGB 3 170 204 -
CMYK 0.99 0.17 0 0.2
HSL 190.15º 0.97% 0.41% -
HSV(B) 190.15º 0.99% 0.8% -
XYZ 25.31 33.13 62.19 -
YUV 123.94 173.17 41.74 -
System Red Green Blue C M Y K H S L
Decimal 3 170 204 0.99 0.17 0 0.2 190.15 0.97 0.41
Hex 3 AA CC 63 11 0 14 BE 61 29
Octal 3 252 314 143 21 0 24 276 141 51
Binary 11 10101010 11001100 1100011 10001 0 10100 10111110 1100001 101001

Color Harmonies of #03AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AACC

Black with #03AACC

Text Example


Text Example

White with #03AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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