Html Css Color HEX #11ABDA Iris Blue

📋 copy color: '#11ABDA'

red 17 ◦ green 171 ◦ blue 218

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

Shades of Iris Blue #11ABDA

Tints of Iris Blue #11ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 4.19%
G = 42.12%
B = 53.69%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#11ABDA (or 0x11ABDA) is known color: Iris Blue. HEX triplet: 11, AB and DA. RGB value is (17,171,218). Sum of RGB (Red+Green+Blue) = 17+171+218=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #11ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABDA is #EE5425. Grayscale: #818181. Windows color (decimal): -15619110 or 14330641. OLE color: 14330641.

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

Color convert

RGB 17 171 218 -
CMYK 0.92 0.22 0 0.15
HSL 194.03º 0.86% 0.46% -
HSV(B) 194.03º 0.92% 0.85% -
XYZ 27.45 34.31 71.5 -
YUV 130.31 177.48 47.18 -
System Red Green Blue C M Y K H S L
Decimal 17 171 218 0.92 0.22 0 0.15 194.03 0.86 0.46
Hex 11 AB DA 5C 16 0 F C2 56 2E
Octal 21 253 332 134 26 0 17 302 126 56
Binary 10001 10101011 11011010 1011100 10110 0 1111 11000010 1010110 101110

Color Harmonies of #11ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ABDA

Black with #11ABDA

Text Example


Text Example

White with #11ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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