Html Css Color HEX #11ABCB Iris Blue

📋 copy color: '#11ABCB'

red 17 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #11ABCB

Tints of Iris Blue #11ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.92%

R = 4.35%
G = 43.73%
B = 51.92%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#11ABCB (or 0x11ABCB) is known color: Iris Blue. HEX triplet: 11, AB and CB. RGB value is (17,171,203). Sum of RGB (Red+Green+Blue) = 17+171+203=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #11ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABCB is #EE5434. Grayscale: #808080. Windows color (decimal): -15619125 or 13347601. OLE color: 13347601.

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

Color convert

RGB 17 171 203 -
CMYK 0.92 0.16 0 0.20
HSL 190.32º 0.85% 0.43% -
HSV(B) 190.32º 0.92% 0.8% -
XYZ 25.57 33.56 61.63 -
YUV 128.6 169.98 48.4 -
System Red Green Blue C M Y K H S L
Decimal 17 171 203 0.92 0.16 0 0.20 190.32 0.85 0.43
Hex 11 AB CB 5C 10 0 14 BE 55 2B
Octal 21 253 313 134 20 0 24 276 125 53
Binary 10001 10101011 11001011 1011100 10000 0 10100 10111110 1010101 101011

Color Harmonies of #11ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ABCB

Black with #11ABCB

Text Example


Text Example

White with #11ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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