Html Css Color HEX #11DEC0 Robin's Egg Blue

📋 copy color: '#11DEC0'

red 17 ◦ green 222 ◦ blue 192

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

Shades of Robin's Egg Blue #11DEC0

Tints of Robin's Egg Blue #11DEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.51%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 3.94%
G = 51.51%
B = 44.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#11DEC0 (or 0x11DEC0) is known color: Robin's Egg Blue. HEX triplet: 11, DE and C0. RGB value is (17,222,192). Sum of RGB (Red+Green+Blue) = 17+222+192=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #11DEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DEC0 is #EE213F. Grayscale: #9D9D9D. Windows color (decimal): -15606080 or 12639761. OLE color: 12639761.

HSL color Cylindrical-coordinate representation of color #11DEC0: hue angle of 171.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DEC0 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 222 192 -
CMYK 0.92 0 0.14 0.13
HSL 171.22º 0.86% 0.47% -
HSV(B) 171.22º 0.92% 0.87% -
XYZ 35.87 56.17 58.82 -
YUV 157.29 147.58 27.94 -
System Red Green Blue C M Y K H S L
Decimal 17 222 192 0.92 0 0.14 0.13 171.22 0.86 0.47
Hex 11 DE C0 5C 0 E D AB 56 2F
Octal 21 336 300 134 0 16 15 253 126 57
Binary 10001 11011110 11000000 1011100 0 1110 1101 10101011 1010110 101111

Color Harmonies of #11DEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEC0

Black with #11DEC0

Text Example


Text Example

White with #11DEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,222,192); }

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

background-color css

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

 a { background-color: rgb(17,222,192); }

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

border-color css

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

 span { border-color: rgb(17,222,192); }

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