Html Css Color HEX #11ACD1 Iris Blue

📋 copy color: '#11ACD1'

red 17 ◦ green 172 ◦ blue 209

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

Shades of Iris Blue #11ACD1

Tints of Iris Blue #11ACD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 4.27%
G = 43.22%
B = 52.51%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#11ACD1 (or 0x11ACD1) is known color: Iris Blue. HEX triplet: 11, AC and D1. RGB value is (17,172,209). Sum of RGB (Red+Green+Blue) = 17+172+209=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #11ACD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACD1 is #EE532E. Grayscale: #818181. Windows color (decimal): -15618863 or 13741073. OLE color: 13741073.

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

Color convert

RGB 17 172 209 -
CMYK 0.92 0.18 0 0.18
HSL 191.56º 0.85% 0.44% -
HSV(B) 191.56º 0.92% 0.82% -
XYZ 26.49 34.23 65.53 -
YUV 129.87 172.65 47.49 -
System Red Green Blue C M Y K H S L
Decimal 17 172 209 0.92 0.18 0 0.18 191.56 0.85 0.44
Hex 11 AC D1 5C 12 0 12 C0 55 2C
Octal 21 254 321 134 22 0 22 300 125 54
Binary 10001 10101100 11010001 1011100 10010 0 10010 11000000 1010101 101100

Color Harmonies of #11ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACD1

Black with #11ACD1

Text Example


Text Example

White with #11ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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