Html Css Color HEX #11ACDD Iris Blue

📋 copy color: '#11ACDD'

red 17 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #11ACDD

Tints of Iris Blue #11ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 4.15%
G = 41.95%
B = 53.9%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11ACDD (or 0x11ACDD) is known color: Iris Blue. HEX triplet: 11, AC and DD. RGB value is (17,172,221). Sum of RGB (Red+Green+Blue) = 17+172+221=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #11ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACDD is #EE5322. Grayscale: #828282. Windows color (decimal): -15618851 or 14527505. OLE color: 14527505.

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

Color convert

RGB 17 172 221 -
CMYK 0.92 0.22 0 0.13
HSL 194.41º 0.86% 0.47% -
HSV(B) 194.41º 0.92% 0.87% -
XYZ 28.03 34.84 73.65 -
YUV 131.24 178.65 46.52 -
System Red Green Blue C M Y K H S L
Decimal 17 172 221 0.92 0.22 0 0.13 194.41 0.86 0.47
Hex 11 AC DD 5C 16 0 D C2 56 2F
Octal 21 254 335 134 26 0 15 302 126 57
Binary 10001 10101100 11011101 1011100 10110 0 1101 11000010 1010110 101111

Color Harmonies of #11ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACDD

Black with #11ACDD

Text Example


Text Example

White with #11ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,172,221); }

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

background-color css

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

 a { background-color: rgb(17,172,221); }

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

border-color css

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

 span { border-color: rgb(17,172,221); }

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