Html Css Color HEX #11AEDC Iris Blue

📋 copy color: '#11AEDC'

red 17 ◦ green 174 ◦ blue 220

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

Shades of Iris Blue #11AEDC

Tints of Iris Blue #11AEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

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

R = 4.14%
G = 42.34%
B = 53.53%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11AEDC (or 0x11AEDC) is known color: Iris Blue. HEX triplet: 11, AE and DC. RGB value is (17,174,220). Sum of RGB (Red+Green+Blue) = 17+174+220=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #11AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEDC is #EE5123. Grayscale: #838383. Windows color (decimal): -15618340 or 14462481. OLE color: 14462481.

HSL color Cylindrical-coordinate representation of color #11AEDC: hue angle of 193.6º 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 #11AEDC is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 174 220 -
CMYK 0.92 0.21 0 0.14
HSL 193.6º 0.86% 0.46% -
HSV(B) 193.6º 0.92% 0.86% -
XYZ 28.29 35.56 73.08 -
YUV 132.3 177.49 45.76 -
System Red Green Blue C M Y K H S L
Decimal 17 174 220 0.92 0.21 0 0.14 193.6 0.86 0.46
Hex 11 AE DC 5C 15 0 E C2 56 2E
Octal 21 256 334 134 25 0 16 302 126 56
Binary 10001 10101110 11011100 1011100 10101 0 1110 11000010 1010110 101110

Color Harmonies of #11AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AEDC

Black with #11AEDC

Text Example


Text Example

White with #11AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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