Html Css Color HEX #02AFC9 Iris Blue

📋 copy color: '#02AFC9'

red 2 ◦ green 175 ◦ blue 201

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

Shades of Iris Blue #02AFC9

Tints of Iris Blue #02AFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.17%

R = 0.53%
G = 46.3%
B = 53.17%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02AFC9 (or 0x02AFC9) is known color: Iris Blue. HEX triplet: 02, AF and C9. RGB value is (2,175,201). Sum of RGB (Red+Green+Blue) = 2+175+201=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #02AFC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AFC9 is #FD5036. Grayscale: #7D7D7D. Windows color (decimal): -16601143 or 13217538. OLE color: 13217538.

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

Color convert

RGB 2 175 201 -
CMYK 0.99 0.13 0 0.21
HSL 187.84º 0.98% 0.4% -
HSV(B) 187.84º 0.99% 0.79% -
XYZ 25.9 34.89 60.63 -
YUV 126.24 170.19 39.39 -
System Red Green Blue C M Y K H S L
Decimal 2 175 201 0.99 0.13 0 0.21 187.84 0.98 0.4
Hex 2 AF C9 63 D 0 15 BC 62 28
Octal 2 257 311 143 15 0 25 274 142 50
Binary 10 10101111 11001001 1100011 1101 0 10101 10111100 1100010 101000

Color Harmonies of #02AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AFC9

Black with #02AFC9

Text Example


Text Example

White with #02AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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