Html Css Color HEX #02AACB Iris Blue

📋 copy color: '#02AACB'

red 2 ◦ green 170 ◦ blue 203

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

Shades of Iris Blue #02AACB

Tints of Iris Blue #02AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 0.53%
G = 45.33%
B = 54.13%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02AACB (or 0x02AACB) is known color: Iris Blue. HEX triplet: 02, AA and CB. RGB value is (2,170,203). Sum of RGB (Red+Green+Blue) = 2+170+203=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #02AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AACB is #FD5534. Grayscale: #7B7B7B. Windows color (decimal): -16602421 or 13347330. OLE color: 13347330.

HSL color Cylindrical-coordinate representation of color #02AACB: hue angle of 189.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AACB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 170 203 -
CMYK 0.99 0.16 0 0.20
HSL 189.85º 0.98% 0.4% -
HSV(B) 189.85º 0.99% 0.8% -
XYZ 25.18 33.07 61.56 -
YUV 123.53 172.84 41.32 -
System Red Green Blue C M Y K H S L
Decimal 2 170 203 0.99 0.16 0 0.20 189.85 0.98 0.4
Hex 2 AA CB 63 10 0 14 BE 62 28
Octal 2 252 313 143 20 0 24 276 142 50
Binary 10 10101010 11001011 1100011 10000 0 10100 10111110 1100010 101000

Color Harmonies of #02AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AACB

Black with #02AACB

Text Example


Text Example

White with #02AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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