Html Css Color HEX #02AFCD Iris Blue

📋 copy color: '#02AFCD'

red 2 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #02AFCD

Tints of Iris Blue #02AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 0.52%
G = 45.81%
B = 53.66%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02AFCD (or 0x02AFCD) is known color: Iris Blue. HEX triplet: 02, AF and CD. RGB value is (2,175,205). Sum of RGB (Red+Green+Blue) = 2+175+205=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #02AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AFCD is #FD5032. Grayscale: #7E7E7E. Windows color (decimal): -16601139 or 13479682. OLE color: 13479682.

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

Color convert

RGB 2 175 205 -
CMYK 0.99 0.15 0 0.20
HSL 188.87º 0.98% 0.41% -
HSV(B) 188.87º 0.99% 0.8% -
XYZ 26.37 35.08 63.14 -
YUV 126.69 172.19 39.06 -
System Red Green Blue C M Y K H S L
Decimal 2 175 205 0.99 0.15 0 0.20 188.87 0.98 0.41
Hex 2 AF CD 63 F 0 14 BD 62 29
Octal 2 257 315 143 17 0 24 275 142 51
Binary 10 10101111 11001101 1100011 1111 0 10100 10111101 1100010 101001

Color Harmonies of #02AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AFCD

Black with #02AFCD

Text Example


Text Example

White with #02AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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