Html Css Color HEX #11ACDB Iris Blue

📋 copy color: '#11ACDB'

red 17 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #11ACDB

Tints of Iris Blue #11ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 4.17%
G = 42.16%
B = 53.68%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11ACDB (or 0x11ACDB) is known color: Iris Blue. HEX triplet: 11, AC and DB. RGB value is (17,172,219). Sum of RGB (Red+Green+Blue) = 17+172+219=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #11ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACDB is #EE5324. Grayscale: #828282. Windows color (decimal): -15618853 or 14396433. OLE color: 14396433.

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

Color convert

RGB 17 172 219 -
CMYK 0.92 0.21 0 0.14
HSL 193.96º 0.86% 0.46% -
HSV(B) 193.96º 0.92% 0.86% -
XYZ 27.77 34.74 72.26 -
YUV 131.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 17 172 219 0.92 0.21 0 0.14 193.96 0.86 0.46
Hex 11 AC DB 5C 15 0 E C2 56 2E
Octal 21 254 333 134 25 0 16 302 126 56
Binary 10001 10101100 11011011 1011100 10101 0 1110 11000010 1010110 101110

Color Harmonies of #11ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACDB

Black with #11ACDB

Text Example


Text Example

White with #11ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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