Html Css Color HEX #01ADC1 Iris Blue

📋 copy color: '#01ADC1'

red 1 ◦ green 173 ◦ blue 193

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

Shades of Iris Blue #01ADC1

Tints of Iris Blue #01ADC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.59%

R = 0.27%
G = 47.14%
B = 52.59%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01ADC1 (or 0x01ADC1) is known color: Iris Blue. HEX triplet: 01, AD and C1. RGB value is (1,173,193). Sum of RGB (Red+Green+Blue) = 1+173+193=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #01ADC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADC1 is #FE523E. Grayscale: #7B7B7B. Windows color (decimal): -16667199 or 12692737. OLE color: 12692737.

HSL color Cylindrical-coordinate representation of color #01ADC1: hue angle of 186.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ADC1 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 173 193 -
CMYK 0.99 0.10 0 0.24
HSL 186.25º 0.99% 0.38% -
HSV(B) 186.25º 0.99% 0.76% -
XYZ 24.58 33.74 55.67 -
YUV 123.85 167.02 40.37 -
System Red Green Blue C M Y K H S L
Decimal 1 173 193 0.99 0.10 0 0.24 186.25 0.99 0.38
Hex 1 AD C1 63 A 0 18 BA 63 26
Octal 1 255 301 143 12 0 30 272 143 46
Binary 1 10101101 11000001 1100011 1010 0 11000 10111010 1100011 100110

Color Harmonies of #01ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADC1

Black with #01ADC1

Text Example


Text Example

White with #01ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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