Html Css Color HEX #03AADD Iris Blue

📋 copy color: '#03AADD'

red 3 ◦ green 170 ◦ blue 221

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

Shades of Iris Blue #03AADD

Tints of Iris Blue #03AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 0.76%
G = 43.15%
B = 56.09%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03AADD (or 0x03AADD) is known color: Iris Blue. HEX triplet: 03, AA and DD. RGB value is (3,170,221). Sum of RGB (Red+Green+Blue) = 3+170+221=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #03AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AADD is #FC5522. Grayscale: #7D7D7D. Windows color (decimal): -16536867 or 14526979. OLE color: 14526979.

HSL color Cylindrical-coordinate representation of color #03AADD: hue angle of 194.04º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03AADD is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 170 221 -
CMYK 0.99 0.23 0 0.13
HSL 194.04º 0.97% 0.44% -
HSV(B) 194.04º 0.99% 0.87% -
XYZ 27.46 33.99 73.52 -
YUV 125.88 181.67 40.35 -
System Red Green Blue C M Y K H S L
Decimal 3 170 221 0.99 0.23 0 0.13 194.04 0.97 0.44
Hex 3 AA DD 63 17 0 D C2 61 2C
Octal 3 252 335 143 27 0 15 302 141 54
Binary 11 10101010 11011101 1100011 10111 0 1101 11000010 1100001 101100

Color Harmonies of #03AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AADD

Black with #03AADD

Text Example


Text Example

White with #03AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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