Html Css Color HEX #11AECD Iris Blue

📋 copy color: '#11AECD'

red 17 ◦ green 174 ◦ blue 205

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

Shades of Iris Blue #11AECD

Tints of Iris Blue #11AECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 4.29%
G = 43.94%
B = 51.77%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11AECD (or 0x11AECD) is known color: Iris Blue. HEX triplet: 11, AE and CD. RGB value is (17,174,205). Sum of RGB (Red+Green+Blue) = 17+174+205=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #11AECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AECD is #EE5132. Grayscale: #828282. Windows color (decimal): -15618355 or 13479441. OLE color: 13479441.

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

Color convert

RGB 17 174 205 -
CMYK 0.92 0.15 0 0.20
HSL 189.89º 0.85% 0.44% -
HSV(B) 189.89º 0.92% 0.8% -
XYZ 26.39 34.8 63.08 -
YUV 130.59 169.99 46.98 -
System Red Green Blue C M Y K H S L
Decimal 17 174 205 0.92 0.15 0 0.20 189.89 0.85 0.44
Hex 11 AE CD 5C F 0 14 BE 55 2C
Octal 21 256 315 134 17 0 24 276 125 54
Binary 10001 10101110 11001101 1011100 1111 0 10100 10111110 1010101 101100

Color Harmonies of #11AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AECD

Black with #11AECD

Text Example


Text Example

White with #11AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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