Html Css Color HEX #11ADCE Iris Blue

📋 copy color: '#11ADCE'

red 17 ◦ green 173 ◦ blue 206

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

Shades of Iris Blue #11ADCE

Tints of Iris Blue #11ADCE

RGB

 RED value IS 17 (7.03% from 255) = 4.29%

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

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

R = 4.29%
G = 43.69%
B = 52.02%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#11ADCE (or 0x11ADCE) is known color: Iris Blue. HEX triplet: 11, AD and CE. RGB value is (17,173,206). Sum of RGB (Red+Green+Blue) = 17+173+206=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #11ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADCE is #EE5231. Grayscale: #818181. Windows color (decimal): -15618610 or 13544721. OLE color: 13544721.

HSL color Cylindrical-coordinate representation of color #11ADCE: hue angle of 190.48º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ADCE is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 173 206 -
CMYK 0.92 0.16 0 0.19
HSL 190.48º 0.85% 0.44% -
HSV(B) 190.48º 0.92% 0.81% -
XYZ 26.32 34.46 63.66 -
YUV 130.12 170.82 47.32 -
System Red Green Blue C M Y K H S L
Decimal 17 173 206 0.92 0.16 0 0.19 190.48 0.85 0.44
Hex 11 AD CE 5C 10 0 13 BE 55 2C
Octal 21 255 316 134 20 0 23 276 125 54
Binary 10001 10101101 11001110 1011100 10000 0 10011 10111110 1010101 101100

Color Harmonies of #11ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ADCE

Black with #11ADCE

Text Example


Text Example

White with #11ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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