Html Css Color HEX #02ACE0 Iris Blue

📋 copy color: '#02ACE0'

red 2 ◦ green 172 ◦ blue 224

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

Shades of Iris Blue #02ACE0

Tints of Iris Blue #02ACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56.28%

R = 0.5%
G = 43.22%
B = 56.28%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#02ACE0 (or 0x02ACE0) is known color: Iris Blue. HEX triplet: 02, AC and E0. RGB value is (2,172,224). Sum of RGB (Red+Green+Blue) = 2+172+224=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #02ACE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACE0 is #FD531F. Grayscale: #7E7E7E. Windows color (decimal): -16601888 or 14724098. OLE color: 14724098.

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

Color convert

RGB 2 172 224 -
CMYK 0.99 0.23 0 0.12
HSL 194.05º 0.98% 0.44% -
HSV(B) 194.05º 0.99% 0.88% -
XYZ 28.23 34.9 75.77 -
YUV 127.1 182.68 38.77 -
System Red Green Blue C M Y K H S L
Decimal 2 172 224 0.99 0.23 0 0.12 194.05 0.98 0.44
Hex 2 AC E0 63 17 0 C C2 62 2C
Octal 2 254 340 143 27 0 14 302 142 54
Binary 10 10101100 11100000 1100011 10111 0 1100 11000010 1100010 101100

Color Harmonies of #02ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACE0

Black with #02ACE0

Text Example


Text Example

White with #02ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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