#00ACD5

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

Shades of Iris Blue #00ACD5

Tints of Iris Blue #00ACD5

Color information

#00ACD5 (or 0x00ACD5) is unknown color: approx Iris Blue. HEX triplet: 00, AC and D5. RGB value is (0,172,213). Sum of RGB (Red+Green+Blue) = 0+172+213=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #00ACD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACD5 is #FF532A. Grayscale: #7C7C7C. Windows color (decimal): -16732971 or 14003200. OLE color: 14003200.

HSL color Cylindrical-coordinate representation of color #00ACD5: hue angle of 191.55º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACD5 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB0172213-
CMYK10.1900.16
HSL191.55º100%41.76%-
HSV(B)191.55º100%83.53%-
XYZ26.7634.3168.16-
YUV125.25177.5238.67-

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) = 44.68%
BLUE value IS 213 (83.59% from 255) = 55.32%
R=0%
G=44.68%
B=55.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal017221310.1900.16191.5510041.76
Hex0ACD56413010c0642a
Octal02543251442302030014452
Binary01010110011010101110010010011010000110000001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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