#01ADC9

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

Shades of Iris Blue #01ADC9

Tints of Iris Blue #01ADC9

Color information

#01ADC9 (or 0x01ADC9) is unknown color: approx Iris Blue. HEX triplet: 01, AD and C9. RGB value is (1,173,201). Sum of RGB (Red+Green+Blue) = 1+173+201=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #01ADC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADC9 is #FE5236. Grayscale: #7C7C7C. Windows color (decimal): -16667191 or 13217025. OLE color: 13217025.

HSL color Cylindrical-coordinate representation of color #01ADC9: hue angle of 188.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ADC9 is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1173201-
CMYK1.000.1400.21
HSL188.4º99.01%39.61%-
HSV(B)188.4º99.5%78.82%-
XYZ25.534.1160.5-
YUV124.76171.0239.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 173 (67.97% from 255) = 46.13%
BLUE value IS 201 (78.91% from 255) = 53.6%
R=0.27%
G=46.13%
B=53.6%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11732011.000.1400.21188.499.0139.61
Hex1ADC964E015bc6328
Octal12553111441602527414350
Binary1101011011100100111001001110010101101111001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01ADC9; }

 p { color: rgb(1,173,201); }

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

<style>
 a { background-color: #01ADC9; }

 a { background-color: rgb(1,173,201); }

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

<style>
 span { border-color: #01ADC9; }

 span { border-color: rgb(1,173,201); }

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