#00ACD2

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

Shades of Iris Blue #00ACD2

Tints of Iris Blue #00ACD2

Color information

#00ACD2 (or 0x00ACD2) is unknown color: approx Iris Blue. HEX triplet: 00, AC and D2. RGB value is (0,172,210). Sum of RGB (Red+Green+Blue) = 0+172+210=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 210 (82.42% from 255 or 54.97% from 382); Max value from RGB is 210 - color contains mainly: blue. Hex color #00ACD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACD2 is #FF532D. Grayscale: #7C7C7C. Windows color (decimal): -16732974 or 13806592. OLE color: 13806592.

HSL color Cylindrical-coordinate representation of color #00ACD2: hue angle of 190.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACD2 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0172210-
CMYK10.1800.18
HSL190.86º100%41.18%-
HSV(B)190.86º100%82.35%-
XYZ26.3934.1666.18-
YUV124.9176.0238.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 210 (82.42% from 255) = 54.97%
R=0%
G=45.03%
B=54.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal017221010.1800.18190.8610041.18
Hex0ACD26412012bf6429
Octal02543221442202227714451
Binary01010110011010010110010010010010010101111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00ACD2; }

 p { color: rgb(0,172,210); }

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

<style>
 a { background-color: #00ACD2; }

 a { background-color: rgb(0,172,210); }

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

<style>
 span { border-color: #00ACD2; }

 span { border-color: rgb(0,172,210); }

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