Html Css Color HEX #11BEDB Iris Blue

📋 copy color: '#11BEDB'

red 17 ◦ green 190 ◦ blue 219

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

Shades of Iris Blue #11BEDB

Tints of Iris Blue #11BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 3.99%
G = 44.6%
B = 51.41%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11BEDB (or 0x11BEDB) is known color: Iris Blue. HEX triplet: 11, BE and DB. RGB value is (17,190,219). Sum of RGB (Red+Green+Blue) = 17+190+219=426 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.99% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #11BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEDB is #EE4124. Grayscale: #8D8D8D. Windows color (decimal): -15614245 or 14401041. OLE color: 14401041.

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

Color convert

RGB 17 190 219 -
CMYK 0.92 0.13 0 0.14
HSL 188.61º 0.86% 0.46% -
HSV(B) 188.61º 0.92% 0.86% -
XYZ 31.43 42.06 73.48 -
YUV 141.58 171.69 39.14 -
System Red Green Blue C M Y K H S L
Decimal 17 190 219 0.92 0.13 0 0.14 188.61 0.86 0.46
Hex 11 BE DB 5C D 0 E BD 56 2E
Octal 21 276 333 134 15 0 16 275 126 56
Binary 10001 10111110 11011011 1011100 1101 0 1110 10111101 1010110 101110

Color Harmonies of #11BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEDB

Black with #11BEDB

Text Example


Text Example

White with #11BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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