Html Css Color HEX #02AAC4 Iris Blue

📋 copy color: '#02AAC4'

red 2 ◦ green 170 ◦ blue 196

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

Shades of Iris Blue #02AAC4

Tints of Iris Blue #02AAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 53.26%

R = 0.54%
G = 46.2%
B = 53.26%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#02AAC4 (or 0x02AAC4) is known color: Iris Blue. HEX triplet: 02, AA and C4. RGB value is (2,170,196). Sum of RGB (Red+Green+Blue) = 2+170+196=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 196 (76.95% from 255 or 53.26% from 368); Max value from RGB is 196 - color contains mainly: blue. Hex color #02AAC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAC4 is #FD553B. Grayscale: #7A7A7A. Windows color (decimal): -16602428 or 12888578. OLE color: 12888578.

HSL color Cylindrical-coordinate representation of color #02AAC4: hue angle of 188.04º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAC4 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 170 196 -
CMYK 0.99 0.13 0 0.23
HSL 188.04º 0.98% 0.39% -
HSV(B) 188.04º 0.99% 0.77% -
XYZ 24.36 32.75 57.26 -
YUV 122.73 169.34 41.89 -
System Red Green Blue C M Y K H S L
Decimal 2 170 196 0.99 0.13 0 0.23 188.04 0.98 0.39
Hex 2 AA C4 63 D 0 17 BC 62 27
Octal 2 252 304 143 15 0 27 274 142 47
Binary 10 10101010 11000100 1100011 1101 0 10111 10111100 1100010 100111

Color Harmonies of #02AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AAC4

Black with #02AAC4

Text Example


Text Example

White with #02AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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