Html Css Color HEX #11ABC3 Iris Blue

📋 copy color: '#11ABC3'

red 17 ◦ green 171 ◦ blue 195

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

Shades of Iris Blue #11ABC3

Tints of Iris Blue #11ABC3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.65%

 BLUE value IS 195 (76.56% from 255) = 50.91%

R = 4.44%
G = 44.65%
B = 50.91%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#11ABC3 (or 0x11ABC3) is known color: Iris Blue. HEX triplet: 11, AB and C3. RGB value is (17,171,195). Sum of RGB (Red+Green+Blue) = 17+171+195=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #11ABC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABC3 is #EE543C. Grayscale: #7F7F7F. Windows color (decimal): -15619133 or 12823313. OLE color: 12823313.

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

Color convert

RGB 17 171 195 -
CMYK 0.91 0.12 0 0.24
HSL 188.09º 0.84% 0.42% -
HSV(B) 188.09º 0.91% 0.76% -
XYZ 24.64 33.19 56.74 -
YUV 127.69 165.98 49.05 -
System Red Green Blue C M Y K H S L
Decimal 17 171 195 0.91 0.12 0 0.24 188.09 0.84 0.42
Hex 11 AB C3 5B C 0 18 BC 54 2A
Octal 21 253 303 133 14 0 30 274 124 52
Binary 10001 10101011 11000011 1011011 1100 0 11000 10111100 1010100 101010

Color Harmonies of #11ABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ABC3

Black with #11ABC3

Text Example


Text Example

White with #11ABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,171,195); }

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

background-color css

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

 a { background-color: rgb(17,171,195); }

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

border-color css

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

 span { border-color: rgb(17,171,195); }

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