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

📋 copy color: '#11DEC3'

red 17 ◦ green 222 ◦ blue 195

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

Shades of Robin's Egg Blue #11DEC3

Tints of Robin's Egg Blue #11DEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.93%

R = 3.92%
G = 51.15%
B = 44.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#11DEC3 (or 0x11DEC3) is known color: Robin's Egg Blue. HEX triplet: 11, DE and C3. RGB value is (17,222,195). Sum of RGB (Red+Green+Blue) = 17+222+195=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #11DEC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DEC3 is #EE213C. Grayscale: #9D9D9D. Windows color (decimal): -15606077 or 12836369. OLE color: 12836369.

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

Color convert

RGB 17 222 195 -
CMYK 0.92 0 0.12 0.13
HSL 172.1º 0.86% 0.47% -
HSV(B) 172.1º 0.92% 0.87% -
XYZ 36.2 56.3 60.59 -
YUV 157.63 149.08 27.7 -
System Red Green Blue C M Y K H S L
Decimal 17 222 195 0.92 0 0.12 0.13 172.1 0.86 0.47
Hex 11 DE C3 5C 0 C D AC 56 2F
Octal 21 336 303 134 0 14 15 254 126 57
Binary 10001 11011110 11000011 1011100 0 1100 1101 10101100 1010110 101111

Color Harmonies of #11DEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEC3

Black with #11DEC3

Text Example


Text Example

White with #11DEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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