Html Css Color HEX #01ADDD Iris Blue

📋 copy color: '#01ADDD'

red 1 ◦ green 173 ◦ blue 221

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

Shades of Iris Blue #01ADDD

Tints of Iris Blue #01ADDD

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 173 (67.97% from 255) = 43.8%

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 0.25%
G = 43.8%
B = 55.95%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01ADDD (or 0x01ADDD) is known color: Iris Blue. HEX triplet: 01, AD and DD. RGB value is (1,173,221). Sum of RGB (Red+Green+Blue) = 1+173+221=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #01ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADDD is #FE5222. Grayscale: #7E7E7E. Windows color (decimal): -16667171 or 14527745. OLE color: 14527745.

HSL color Cylindrical-coordinate representation of color #01ADDD: hue angle of 193.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ADDD is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 173 221 -
CMYK 1.00 0.22 0 0.13
HSL 193.09º 0.99% 0.44% -
HSV(B) 193.09º 1% 0.87% -
XYZ 28.01 35.11 73.71 -
YUV 127.04 181.02 38.1 -
System Red Green Blue C M Y K H S L
Decimal 1 173 221 1.00 0.22 0 0.13 193.09 0.99 0.44
Hex 1 AD DD 64 16 0 D C1 63 2C
Octal 1 255 335 144 26 0 15 301 143 54
Binary 1 10101101 11011101 1100100 10110 0 1101 11000001 1100011 101100

Color Harmonies of #01ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADDD

Black with #01ADDD

Text Example


Text Example

White with #01ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01ADDD;
 }
 .AnyTagClassName
 {
   color: #01ADDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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