Html Css Color HEX #01ADCE Iris Blue

📋 copy color: '#01ADCE'

red 1 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #01ADCE

Tints of Iris Blue #01ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 0.26%
G = 45.53%
B = 54.21%

CMYK

 C value IS 1.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01ADCE (or 0x01ADCE) is known color: Iris Blue. HEX triplet: 01, AD and CE. RGB value is (1,173,206). Sum of RGB (Red+Green+Blue) = 1+173+206=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #01ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADCE is #FE5231. Grayscale: #7D7D7D. Windows color (decimal): -16667186 or 13544705. OLE color: 13544705.

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

Color convert

RGB 1 173 206 -
CMYK 1.00 0.16 0 0.19
HSL 189.66º 0.99% 0.41% -
HSV(B) 189.66º 1% 0.81% -
XYZ 26.1 34.35 63.65 -
YUV 125.33 173.52 39.32 -
System Red Green Blue C M Y K H S L
Decimal 1 173 206 1.00 0.16 0 0.19 189.66 0.99 0.41
Hex 1 AD CE 64 10 0 13 BE 63 29
Octal 1 255 316 144 20 0 23 276 143 51
Binary 1 10101101 11001110 1100100 10000 0 10011 10111110 1100011 101001

Color Harmonies of #01ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADCE

Black with #01ADCE

Text Example


Text Example

White with #01ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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