Html Css Color HEX #11B6DB Iris Blue

📋 copy color: '#11B6DB'

red 17 ◦ green 182 ◦ blue 219

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

Shades of Iris Blue #11B6DB

Tints of Iris Blue #11B6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

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

R = 4.07%
G = 43.54%
B = 52.39%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11B6DB (or 0x11B6DB) is known color: Iris Blue. HEX triplet: 11, B6 and DB. RGB value is (17,182,219). Sum of RGB (Red+Green+Blue) = 17+182+219=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #11B6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B6DB is #EE4924. Grayscale: #888888. Windows color (decimal): -15616293 or 14398993. OLE color: 14398993.

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

Color convert

RGB 17 182 219 -
CMYK 0.92 0.17 0 0.14
HSL 190.99º 0.86% 0.46% -
HSV(B) 190.99º 0.92% 0.86% -
XYZ 29.75 38.69 72.92 -
YUV 136.88 174.34 42.49 -
System Red Green Blue C M Y K H S L
Decimal 17 182 219 0.92 0.17 0 0.14 190.99 0.86 0.46
Hex 11 B6 DB 5C 11 0 E BF 56 2E
Octal 21 266 333 134 21 0 16 277 126 56
Binary 10001 10110110 11011011 1011100 10001 0 1110 10111111 1010110 101110

Color Harmonies of #11B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B6DB

Black with #11B6DB

Text Example


Text Example

White with #11B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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