Html Css Color HEX #02AACD Iris Blue

📋 copy color: '#02AACD'

red 2 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #02AACD

Tints of Iris Blue #02AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 0.53%
G = 45.09%
B = 54.38%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02AACD (or 0x02AACD) is known color: Iris Blue. HEX triplet: 02, AA and CD. RGB value is (2,170,205). Sum of RGB (Red+Green+Blue) = 2+170+205=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #02AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AACD is #FD5532. Grayscale: #7B7B7B. Windows color (decimal): -16602419 or 13478402. OLE color: 13478402.

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

Color convert

RGB 2 170 205 -
CMYK 0.99 0.17 0 0.20
HSL 190.34º 0.98% 0.41% -
HSV(B) 190.34º 0.99% 0.8% -
XYZ 25.42 33.17 62.82 -
YUV 123.76 173.84 41.15 -
System Red Green Blue C M Y K H S L
Decimal 2 170 205 0.99 0.17 0 0.20 190.34 0.98 0.41
Hex 2 AA CD 63 11 0 14 BE 62 29
Octal 2 252 315 143 21 0 24 276 142 51
Binary 10 10101010 11001101 1100011 10001 0 10100 10111110 1100010 101001

Color Harmonies of #02AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AACD

Black with #02AACD

Text Example


Text Example

White with #02AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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