Html Css Color HEX #02AFD2 Iris Blue

📋 copy color: '#02AFD2'

red 2 ◦ green 175 ◦ blue 210

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

Shades of Iris Blue #02AFD2

Tints of Iris Blue #02AFD2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.22%

 BLUE value IS 210 (82.42% from 255) = 54.26%

R = 0.52%
G = 45.22%
B = 54.26%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#02AFD2 (or 0x02AFD2) is known color: Iris Blue. HEX triplet: 02, AF and D2. RGB value is (2,175,210). Sum of RGB (Red+Green+Blue) = 2+175+210=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #02AFD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AFD2 is #FD502D. Grayscale: #7E7E7E. Windows color (decimal): -16601134 or 13807362. OLE color: 13807362.

HSL color Cylindrical-coordinate representation of color #02AFD2: hue angle of 190.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AFD2 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 175 210 -
CMYK 0.99 0.17 0 0.18
HSL 190.1º 0.98% 0.42% -
HSV(B) 190.1º 0.99% 0.82% -
XYZ 26.99 35.33 66.37 -
YUV 127.26 174.69 38.65 -
System Red Green Blue C M Y K H S L
Decimal 2 175 210 0.99 0.17 0 0.18 190.1 0.98 0.42
Hex 2 AF D2 63 11 0 12 BE 62 2A
Octal 2 257 322 143 21 0 22 276 142 52
Binary 10 10101111 11010010 1100011 10001 0 10010 10111110 1100010 101010

Color Harmonies of #02AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AFD2

Black with #02AFD2

Text Example


Text Example

White with #02AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,175,210); }

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

background-color css

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

 a { background-color: rgb(2,175,210); }

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

border-color css

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

 span { border-color: rgb(2,175,210); }

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