Html Css Color HEX #01ADD2 Iris Blue

📋 copy color: '#01ADD2'

red 1 ◦ green 173 ◦ blue 210

#01ADD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #01ADD2

Tints of Iris Blue #01ADD2

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 value IS 1.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#01ADD2 (or 0x01ADD2) is known color: 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

RGB 1 173 210 -
CMYK 1.00 0.18 0 0.18
HSL 190.62º 0.99% 0.41% -
HSV(B) 190.62º 1% 0.82% -
XYZ 26.59 34.55 66.24 -
YUV 125.79 175.52 38.99 -
System Red Green Blue C M Y K H S L
Decimal 1 173 210 1.00 0.18 0 0.18 190.62 0.99 0.41
Hex 1 AD D2 64 12 0 12 BF 63 29
Octal 1 255 322 144 22 0 22 277 143 51
Binary 1 10101101 11010010 1100100 10010 0 10010 10111111 1100011 101001

Color Harmonies of #01ADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADD2

Black with #01ADD2

Text Example


Text Example

White with #01ADD2

Text Example


Text Example

HTML Codes & Css Web 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>