Html Css Color HEX #11BEDC Iris Blue

📋 copy color: '#11BEDC'

red 17 ◦ green 190 ◦ blue 220

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

Shades of Iris Blue #11BEDC

Tints of Iris Blue #11BEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 3.98%
G = 44.5%
B = 51.52%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11BEDC (or 0x11BEDC) is known color: Iris Blue. HEX triplet: 11, BE and DC. RGB value is (17,190,220). Sum of RGB (Red+Green+Blue) = 17+190+220=427 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.98% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #11BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BEDC is #EE4123. Grayscale: #8D8D8D. Windows color (decimal): -15614244 or 14466577. OLE color: 14466577.

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

Color convert

RGB 17 190 220 -
CMYK 0.92 0.14 0 0.14
HSL 188.87º 0.86% 0.46% -
HSV(B) 188.87º 0.92% 0.86% -
XYZ 31.56 42.11 74.18 -
YUV 141.69 172.19 39.06 -
System Red Green Blue C M Y K H S L
Decimal 17 190 220 0.92 0.14 0 0.14 188.87 0.86 0.46
Hex 11 BE DC 5C E 0 E BD 56 2E
Octal 21 276 334 134 16 0 16 275 126 56
Binary 10001 10111110 11011100 1011100 1110 0 1110 10111101 1010110 101110

Color Harmonies of #11BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEDC

Black with #11BEDC

Text Example


Text Example

White with #11BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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