Html Css Color HEX #02AADB Iris Blue

📋 copy color: '#02AADB'

red 2 ◦ green 170 ◦ blue 219

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

Shades of Iris Blue #02AADB

Tints of Iris Blue #02AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 0.51%
G = 43.48%
B = 56.01%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02AADB (or 0x02AADB) is known color: Iris Blue. HEX triplet: 02, AA and DB. RGB value is (2,170,219). Sum of RGB (Red+Green+Blue) = 2+170+219=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #02AADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AADB is #FD5524. Grayscale: #7C7C7C. Windows color (decimal): -16602405 or 14395906. OLE color: 14395906.

HSL color Cylindrical-coordinate representation of color #02AADB: hue angle of 193.55º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AADB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 170 219 -
CMYK 0.99 0.22 0 0.14
HSL 193.55º 0.98% 0.43% -
HSV(B) 193.55º 0.99% 0.86% -
XYZ 27.19 33.88 72.12 -
YUV 125.35 180.84 40.02 -
System Red Green Blue C M Y K H S L
Decimal 2 170 219 0.99 0.22 0 0.14 193.55 0.98 0.43
Hex 2 AA DB 63 16 0 E C2 62 2B
Octal 2 252 333 143 26 0 16 302 142 53
Binary 10 10101010 11011011 1100011 10110 0 1110 11000010 1100010 101011

Color Harmonies of #02AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AADB

Black with #02AADB

Text Example


Text Example

White with #02AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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