#02ACCA

Color #02ACCA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #02ACCA

Tints of Iris Blue #02ACCA

Color information

#02ACCA (or 0x02ACCA) is unknown color: approx Iris Blue. HEX triplet: 02, AC and CA. RGB value is (2,172,202). Sum of RGB (Red+Green+Blue) = 2+172+202=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #02ACCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACCA is #FD5335. Grayscale: #7C7C7C. Windows color (decimal): -16601910 or 13282306. OLE color: 13282306.

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

Color convert

RGB2172202-
CMYK0.990.1500.21
HSL189º98.04%40%-
HSV(B)189º99.01%79.22%-
XYZ25.4433.7861.06-
YUV124.59171.6840.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=0.53%
G=45.74%
B=53.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21722020.990.1500.2118998.0440
Hex2ACCA63F015bd6228
Octal22543121431702527514250
Binary10101011001100101011000111111010101101111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02ACCA;
 }
 .AnyTagClassName
 {
   color: #02ACCA;
 }
</style>
background-color css

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

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

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

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

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

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