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

📋 copy color: '#11DCC5'

red 17 ◦ green 220 ◦ blue 197

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

Shades of Robin's Egg Blue #11DCC5

Tints of Robin's Egg Blue #11DCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 197 (77.34% from 255) = 45.39%

R = 3.92%
G = 50.69%
B = 45.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#11DCC5 (or 0x11DCC5) is known color: Robin's Egg Blue. HEX triplet: 11, DC and C5. RGB value is (17,220,197). Sum of RGB (Red+Green+Blue) = 17+220+197=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCC5 is #EE233A. Grayscale: #9C9C9C. Windows color (decimal): -15606587 or 12966929. OLE color: 12966929.

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

Color convert

RGB 17 220 197 -
CMYK 0.92 0 0.10 0.14
HSL 173.2º 0.86% 0.46% -
HSV(B) 173.2º 0.92% 0.86% -
XYZ 35.9 55.34 61.61 -
YUV 156.68 150.75 28.37 -
System Red Green Blue C M Y K H S L
Decimal 17 220 197 0.92 0 0.10 0.14 173.2 0.86 0.46
Hex 11 DC C5 5C 0 A E AD 56 2E
Octal 21 334 305 134 0 12 16 255 126 56
Binary 10001 11011100 11000101 1011100 0 1010 1110 10101101 1010110 101110

Color Harmonies of #11DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCC5

Black with #11DCC5

Text Example


Text Example

White with #11DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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