Html Css Color HEX #11ACC6 Iris Blue

📋 copy color: '#11ACC6'

red 17 ◦ green 172 ◦ blue 198

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

Shades of Iris Blue #11ACC6

Tints of Iris Blue #11ACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.16%

R = 4.39%
G = 44.44%
B = 51.16%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#11ACC6 (or 0x11ACC6) is known color: Iris Blue. HEX triplet: 11, AC and C6. RGB value is (17,172,198). Sum of RGB (Red+Green+Blue) = 17+172+198=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #11ACC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACC6 is #EE5339. Grayscale: #808080. Windows color (decimal): -15618874 or 13020177. OLE color: 13020177.

HSL color Cylindrical-coordinate representation of color #11ACC6: hue angle of 188.62º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ACC6 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 172 198 -
CMYK 0.91 0.13 0 0.22
HSL 188.62º 0.84% 0.42% -
HSV(B) 188.62º 0.91% 0.78% -
XYZ 25.18 33.7 58.6 -
YUV 128.62 167.15 48.39 -
System Red Green Blue C M Y K H S L
Decimal 17 172 198 0.91 0.13 0 0.22 188.62 0.84 0.42
Hex 11 AC C6 5B D 0 16 BD 54 2A
Octal 21 254 306 133 15 0 26 275 124 52
Binary 10001 10101100 11000110 1011011 1101 0 10110 10111101 1010100 101010

Color Harmonies of #11ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACC6

Black with #11ACC6

Text Example


Text Example

White with #11ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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