#01ADD2

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

Shades of Iris Blue #01ADD2

Tints of Iris Blue #01ADD2

Color information

#01ADD2 (or 0x01ADD2) is unknown color: approx Iris Blue. HEX triplet: 01, AD and D2. RGB value is (1,173,210). Sum of RGB (Red+Green+Blue) = 1+173+210=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 210 (82.42% from 255 or 54.69% from 384); Max value from RGB is 210 - color contains mainly: blue. Hex color #01ADD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADD2 is #FE522D. Grayscale: #7D7D7D. Windows color (decimal): -16667182 or 13806849. OLE color: 13806849.

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

Color convert

RGB1173210-
CMYK1.000.1800.18
HSL190.62º99.05%41.37%-
HSV(B)190.62º99.52%82.35%-
XYZ26.5934.5566.24-
YUV125.79175.5238.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 210 (82.42% from 255) = 54.69%
R=0.26%
G=45.05%
B=54.69%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal11732101.000.1800.18190.6299.0541.37
Hex1ADD26412012bf6329
Octal12553221442202227714351
Binary11010110111010010110010010010010010101111111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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