Html Css Color HEX #11ABDF Iris Blue

📋 copy color: '#11ABDF'

red 17 ◦ green 171 ◦ blue 223

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

Shades of Iris Blue #11ABDF

Tints of Iris Blue #11ABDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 4.14%
G = 41.61%
B = 54.26%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#11ABDF (or 0x11ABDF) is known color: Iris Blue. HEX triplet: 11, AB and DF. RGB value is (17,171,223). Sum of RGB (Red+Green+Blue) = 17+171+223=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #11ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ABDF is #EE5420. Grayscale: #828282. Windows color (decimal): -15619105 or 14658321. OLE color: 14658321.

HSL color Cylindrical-coordinate representation of color #11ABDF: hue angle of 195.15º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ABDF is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 171 223 -
CMYK 0.92 0.23 0 0.13
HSL 195.15º 0.86% 0.47% -
HSV(B) 195.15º 0.92% 0.87% -
XYZ 28.11 34.57 75 -
YUV 130.88 179.98 46.77 -
System Red Green Blue C M Y K H S L
Decimal 17 171 223 0.92 0.23 0 0.13 195.15 0.86 0.47
Hex 11 AB DF 5C 17 0 D C3 56 2F
Octal 21 253 337 134 27 0 15 303 126 57
Binary 10001 10101011 11011111 1011100 10111 0 1101 11000011 1010110 101111

Color Harmonies of #11ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ABDF

Black with #11ABDF

Text Example


Text Example

White with #11ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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