Html Css Color HEX #11ABBC Iris Blue

📋 copy color: '#11ABBC'

red 17 ◦ green 171 ◦ blue 188

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

Shades of Iris Blue #11ABBC

Tints of Iris Blue #11ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 4.52%
G = 45.48%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#11ABBC (or 0x11ABBC) is known color: Iris Blue. HEX triplet: 11, AB and BC. RGB value is (17,171,188). Sum of RGB (Red+Green+Blue) = 17+171+188=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #11ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABBC is #EE5443. Grayscale: #7E7E7E. Windows color (decimal): -15619140 or 12364561. OLE color: 12364561.

HSL color Cylindrical-coordinate representation of color #11ABBC: hue angle of 185.96º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ABBC is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 171 188 -
CMYK 0.91 0.09 0 0.26
HSL 185.96º 0.83% 0.4% -
HSV(B) 185.96º 0.91% 0.74% -
XYZ 23.87 32.88 52.66 -
YUV 126.89 162.48 49.62 -
System Red Green Blue C M Y K H S L
Decimal 17 171 188 0.91 0.09 0 0.26 185.96 0.83 0.4
Hex 11 AB BC 5B 9 0 1A BA 53 28
Octal 21 253 274 133 11 0 32 272 123 50
Binary 10001 10101011 10111100 1011011 1001 0 11010 10111010 1010011 101000

Color Harmonies of #11ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ABBC

Black with #11ABBC

Text Example


Text Example

White with #11ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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