Html Css Color HEX #02AADC Iris Blue

📋 copy color: '#02AADC'

red 2 ◦ green 170 ◦ blue 220

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

Shades of Iris Blue #02AADC

Tints of Iris Blue #02AADC

RGB

 RED value IS 2 (1.17% from 255) = 0.51%

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

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

R = 0.51%
G = 43.37%
B = 56.12%

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

#02AADC (or 0x02AADC) is known color: Iris Blue. HEX triplet: 02, AA and DC. RGB value is (2,170,220). Sum of RGB (Red+Green+Blue) = 2+170+220=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #02AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AADC is #FD5523. Grayscale: #7D7D7D. Windows color (decimal): -16602404 or 14461442. OLE color: 14461442.

HSL color Cylindrical-coordinate representation of color #02AADC: hue angle of 193.76º degrees, saturation: 0.98, 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 #02AADC is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 170 220 -
CMYK 0.99 0.23 0 0.14
HSL 193.76º 0.98% 0.44% -
HSV(B) 193.76º 0.99% 0.86% -
XYZ 27.32 33.93 72.82 -
YUV 125.47 181.34 39.93 -
System Red Green Blue C M Y K H S L
Decimal 2 170 220 0.99 0.23 0 0.14 193.76 0.98 0.44
Hex 2 AA DC 63 17 0 E C2 62 2C
Octal 2 252 334 143 27 0 16 302 142 54
Binary 10 10101010 11011100 1100011 10111 0 1110 11000010 1100010 101100

Color Harmonies of #02AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AADC

Black with #02AADC

Text Example


Text Example

White with #02AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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