Html Css Color HEX #11ABDB Iris Blue

📋 copy color: '#11ABDB'

red 17 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #11ABDB

Tints of Iris Blue #11ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 4.18%
G = 42.01%
B = 53.81%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11ABDB (or 0x11ABDB) is known color: Iris Blue. HEX triplet: 11, AB and DB. RGB value is (17,171,219). Sum of RGB (Red+Green+Blue) = 17+171+219=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #11ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABDB is #EE5424. Grayscale: #828282. Windows color (decimal): -15619109 or 14396177. OLE color: 14396177.

HSL color Cylindrical-coordinate representation of color #11ABDB: hue angle of 194.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ABDB is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 171 219 -
CMYK 0.92 0.22 0 0.14
HSL 194.26º 0.86% 0.46% -
HSV(B) 194.26º 0.92% 0.86% -
XYZ 27.58 34.36 72.2 -
YUV 130.43 177.98 47.1 -
System Red Green Blue C M Y K H S L
Decimal 17 171 219 0.92 0.22 0 0.14 194.26 0.86 0.46
Hex 11 AB DB 5C 16 0 E C2 56 2E
Octal 21 253 333 134 26 0 16 302 126 56
Binary 10001 10101011 11011011 1011100 10110 0 1110 11000010 1010110 101110

Color Harmonies of #11ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ABDB

Black with #11ABDB

Text Example


Text Example

White with #11ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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