Html Css Color HEX #01ADDF Iris Blue

📋 copy color: '#01ADDF'

red 1 ◦ green 173 ◦ blue 223

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

Shades of Iris Blue #01ADDF

Tints of Iris Blue #01ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 0.25%
G = 43.58%
B = 56.17%

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

#01ADDF (or 0x01ADDF) is known color: Iris Blue. HEX triplet: 01, AD and DF. RGB value is (1,173,223). Sum of RGB (Red+Green+Blue) = 1+173+223=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #01ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADDF is #FE5220. Grayscale: #7E7E7E. Windows color (decimal): -16667169 or 14658817. OLE color: 14658817.

HSL color Cylindrical-coordinate representation of color #01ADDF: hue angle of 193.51º 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 #01ADDF is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 173 223 -
CMYK 1.00 0.22 0 0.13
HSL 193.51º 0.99% 0.44% -
HSV(B) 193.51º 1% 0.87% -
XYZ 28.28 35.22 75.12 -
YUV 127.27 182.02 37.93 -
System Red Green Blue C M Y K H S L
Decimal 1 173 223 1.00 0.22 0 0.13 193.51 0.99 0.44
Hex 1 AD DF 64 16 0 D C2 63 2C
Octal 1 255 337 144 26 0 15 302 143 54
Binary 1 10101101 11011111 1100100 10110 0 1101 11000010 1100011 101100

Color Harmonies of #01ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADDF

Black with #01ADDF

Text Example


Text Example

White with #01ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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