Html Css Color HEX #02AADF Iris Blue

📋 copy color: '#02AADF'

red 2 ◦ green 170 ◦ blue 223

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

Shades of Iris Blue #02AADF

Tints of Iris Blue #02AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 0.51%
G = 43.04%
B = 56.46%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02AADF (or 0x02AADF) is known color: Iris Blue. HEX triplet: 02, AA and DF. RGB value is (2,170,223). Sum of RGB (Red+Green+Blue) = 2+170+223=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #02AADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AADF is #FD5520. Grayscale: #7D7D7D. Windows color (decimal): -16602401 or 14658050. OLE color: 14658050.

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

Color convert

RGB 2 170 223 -
CMYK 0.99 0.24 0 0.13
HSL 194.39º 0.98% 0.44% -
HSV(B) 194.39º 0.99% 0.87% -
XYZ 27.72 34.09 74.93 -
YUV 125.81 182.84 39.69 -
System Red Green Blue C M Y K H S L
Decimal 2 170 223 0.99 0.24 0 0.13 194.39 0.98 0.44
Hex 2 AA DF 63 18 0 D C2 62 2C
Octal 2 252 337 143 30 0 15 302 142 54
Binary 10 10101010 11011111 1100011 11000 0 1101 11000010 1100010 101100

Color Harmonies of #02AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AADF

Black with #02AADF

Text Example


Text Example

White with #02AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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