Html Css Color HEX #11AECC Iris Blue

📋 copy color: '#11AECC'

red 17 ◦ green 174 ◦ blue 204

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

Shades of Iris Blue #11AECC

Tints of Iris Blue #11AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 4.3%
G = 44.05%
B = 51.65%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#11AECC (or 0x11AECC) is known color: Iris Blue. HEX triplet: 11, AE and CC. RGB value is (17,174,204). Sum of RGB (Red+Green+Blue) = 17+174+204=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #11AECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AECC is #EE5133. Grayscale: #828282. Windows color (decimal): -15618356 or 13413905. OLE color: 13413905.

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

Color convert

RGB 17 174 204 -
CMYK 0.92 0.15 0 0.2
HSL 189.63º 0.85% 0.43% -
HSV(B) 189.63º 0.92% 0.8% -
XYZ 26.27 34.75 62.45 -
YUV 130.48 169.49 47.06 -
System Red Green Blue C M Y K H S L
Decimal 17 174 204 0.92 0.15 0 0.2 189.63 0.85 0.43
Hex 11 AE CC 5C F 0 14 BE 55 2B
Octal 21 256 314 134 17 0 24 276 125 53
Binary 10001 10101110 11001100 1011100 1111 0 10100 10111110 1010101 101011

Color Harmonies of #11AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AECC

Black with #11AECC

Text Example


Text Example

White with #11AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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