Html Css Color HEX #11ABDC Iris Blue

📋 copy color: '#11ABDC'

red 17 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #11ABDC

Tints of Iris Blue #11ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 4.17%
G = 41.91%
B = 53.92%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11ABDC (or 0x11ABDC) is known color: Iris Blue. HEX triplet: 11, AB and DC. RGB value is (17,171,220). Sum of RGB (Red+Green+Blue) = 17+171+220=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #11ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABDC is #EE5423. Grayscale: #828282. Windows color (decimal): -15619108 or 14461713. OLE color: 14461713.

HSL color Cylindrical-coordinate representation of color #11ABDC: hue angle of 194.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ABDC is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 171 220 -
CMYK 0.92 0.22 0 0.14
HSL 194.48º 0.86% 0.46% -
HSV(B) 194.48º 0.92% 0.86% -
XYZ 27.71 34.41 72.89 -
YUV 130.54 178.48 47.02 -
System Red Green Blue C M Y K H S L
Decimal 17 171 220 0.92 0.22 0 0.14 194.48 0.86 0.46
Hex 11 AB DC 5C 16 0 E C2 56 2E
Octal 21 253 334 134 26 0 16 302 126 56
Binary 10001 10101011 11011100 1011100 10110 0 1110 11000010 1010110 101110

Color Harmonies of #11ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ABDC

Black with #11ABDC

Text Example


Text Example

White with #11ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,171,220); }

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

background-color css

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

 a { background-color: rgb(17,171,220); }

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

border-color css

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

 span { border-color: rgb(17,171,220); }

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