Html Css Color HEX #03AADC Iris Blue

📋 copy color: '#03AADC'

red 3 ◦ green 170 ◦ blue 220

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

Shades of Iris Blue #03AADC

Tints of Iris Blue #03AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 0.76%
G = 43.26%
B = 55.98%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03AADC (or 0x03AADC) is known color: Iris Blue. HEX triplet: 03, AA and DC. RGB value is (3,170,220). Sum of RGB (Red+Green+Blue) = 3+170+220=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #03AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03AADC is #FC5523. Grayscale: #7D7D7D. Windows color (decimal): -16536868 or 14461443. OLE color: 14461443.

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

Color convert

RGB 3 170 220 -
CMYK 0.99 0.23 0 0.14
HSL 193.82º 0.97% 0.44% -
HSV(B) 193.82º 0.99% 0.86% -
XYZ 27.33 33.94 72.82 -
YUV 125.77 181.17 40.43 -
System Red Green Blue C M Y K H S L
Decimal 3 170 220 0.99 0.23 0 0.14 193.82 0.97 0.44
Hex 3 AA DC 63 17 0 E C2 61 2C
Octal 3 252 334 143 27 0 16 302 141 54
Binary 11 10101010 11011100 1100011 10111 0 1110 11000010 1100001 101100

Color Harmonies of #03AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AADC

Black with #03AADC

Text Example


Text Example

White with #03AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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