Html Css Color HEX #11ACCC Iris Blue

📋 copy color: '#11ACCC'

red 17 ◦ green 172 ◦ blue 204

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

Shades of Iris Blue #11ACCC

Tints of Iris Blue #11ACCC

RGB

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

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

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

R = 4.33%
G = 43.77%
B = 51.91%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#11ACCC (or 0x11ACCC) is known color: Iris Blue. HEX triplet: 11, AC and CC. RGB value is (17,172,204). Sum of RGB (Red+Green+Blue) = 17+172+204=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #11ACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACCC is #EE5333. Grayscale: #818181. Windows color (decimal): -15618868 or 13413393. OLE color: 13413393.

HSL color Cylindrical-coordinate representation of color #11ACCC: hue angle of 190.27º 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 #11ACCC is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 172 204 -
CMYK 0.92 0.16 0 0.2
HSL 190.27º 0.85% 0.43% -
HSV(B) 190.27º 0.92% 0.8% -
XYZ 25.88 33.98 62.32 -
YUV 129.3 170.15 47.9 -
System Red Green Blue C M Y K H S L
Decimal 17 172 204 0.92 0.16 0 0.2 190.27 0.85 0.43
Hex 11 AC CC 5C 10 0 14 BE 55 2B
Octal 21 254 314 134 20 0 24 276 125 53
Binary 10001 10101100 11001100 1011100 10000 0 10100 10111110 1010101 101011

Color Harmonies of #11ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACCC

Black with #11ACCC

Text Example


Text Example

White with #11ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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