Html Css Color HEX #11A8DB Iris Blue

📋 copy color: '#11A8DB'

red 17 ◦ green 168 ◦ blue 219

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

Shades of Iris Blue #11A8DB

Tints of Iris Blue #11A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 4.21%
G = 41.58%
B = 54.21%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11A8DB (or 0x11A8DB) is known color: Iris Blue. HEX triplet: 11, A8 and DB. RGB value is (17,168,219). Sum of RGB (Red+Green+Blue) = 17+168+219=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #11A8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8DB is #EE5724. Grayscale: #808080. Windows color (decimal): -15619877 or 14395409. OLE color: 14395409.

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

Color convert

RGB 17 168 219 -
CMYK 0.92 0.23 0 0.14
HSL 195.15º 0.86% 0.46% -
HSV(B) 195.15º 0.92% 0.86% -
XYZ 27.02 33.24 72.01 -
YUV 128.67 178.97 48.35 -
System Red Green Blue C M Y K H S L
Decimal 17 168 219 0.92 0.23 0 0.14 195.15 0.86 0.46
Hex 11 A8 DB 5C 17 0 E C3 56 2E
Octal 21 250 333 134 27 0 16 303 126 56
Binary 10001 10101000 11011011 1011100 10111 0 1110 11000011 1010110 101110

Color Harmonies of #11A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A8DB

Black with #11A8DB

Text Example


Text Example

White with #11A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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