Html Css Color HEX #02AFDF Iris Blue

📋 copy color: '#02AFDF'

red 2 ◦ green 175 ◦ blue 223

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

Shades of Iris Blue #02AFDF

Tints of Iris Blue #02AFDF

RGB

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

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

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

R = 0.5%
G = 43.75%
B = 55.75%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02AFDF (or 0x02AFDF) is known color: Iris Blue. HEX triplet: 02, AF and DF. RGB value is (2,175,223). Sum of RGB (Red+Green+Blue) = 2+175+223=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #02AFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AFDF is #FD5020. Grayscale: #808080. Windows color (decimal): -16601121 or 14659330. OLE color: 14659330.

HSL color Cylindrical-coordinate representation of color #02AFDF: hue angle of 193.03º 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 #02AFDF is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 175 223 -
CMYK 0.99 0.22 0 0.13
HSL 193.03º 0.98% 0.44% -
HSV(B) 193.03º 0.99% 0.87% -
XYZ 28.67 36 75.25 -
YUV 128.75 181.19 37.6 -
System Red Green Blue C M Y K H S L
Decimal 2 175 223 0.99 0.22 0 0.13 193.03 0.98 0.44
Hex 2 AF DF 63 16 0 D C1 62 2C
Octal 2 257 337 143 26 0 15 301 142 54
Binary 10 10101111 11011111 1100011 10110 0 1101 11000001 1100010 101100

Color Harmonies of #02AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AFDF

Black with #02AFDF

Text Example


Text Example

White with #02AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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