Html Css Color HEX #02ACC5 Iris Blue

📋 copy color: '#02ACC5'

red 2 ◦ green 172 ◦ blue 197

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

Shades of Iris Blue #02ACC5

Tints of Iris Blue #02ACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.36%

 BLUE value IS 197 (77.34% from 255) = 53.1%

R = 0.54%
G = 46.36%
B = 53.1%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#02ACC5 (or 0x02ACC5) is known color: Iris Blue. HEX triplet: 02, AC and C5. RGB value is (2,172,197). Sum of RGB (Red+Green+Blue) = 2+172+197=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #02ACC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACC5 is #FD533A. Grayscale: #7B7B7B. Windows color (decimal): -16601915 or 12954626. OLE color: 12954626.

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

Color convert

RGB 2 172 197 -
CMYK 0.99 0.13 0 0.23
HSL 187.69º 0.98% 0.39% -
HSV(B) 187.69º 0.99% 0.77% -
XYZ 24.86 33.55 57.99 -
YUV 124.02 169.18 40.97 -
System Red Green Blue C M Y K H S L
Decimal 2 172 197 0.99 0.13 0 0.23 187.69 0.98 0.39
Hex 2 AC C5 63 D 0 17 BC 62 27
Octal 2 254 305 143 15 0 27 274 142 47
Binary 10 10101100 11000101 1100011 1101 0 10111 10111100 1100010 100111

Color Harmonies of #02ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACC5

Black with #02ACC5

Text Example


Text Example

White with #02ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,172,197); }

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

background-color css

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

 a { background-color: rgb(2,172,197); }

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

border-color css

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

 span { border-color: rgb(2,172,197); }

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