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

📋 copy color: '#11D5BC'

red 17 ◦ green 213 ◦ blue 188

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

Shades of Robin's Egg Blue #11D5BC

Tints of Robin's Egg Blue #11D5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.96%

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 4.07%
G = 50.96%
B = 44.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#11D5BC (or 0x11D5BC) is known color: Robin's Egg Blue. HEX triplet: 11, D5 and BC. RGB value is (17,213,188). Sum of RGB (Red+Green+Blue) = 17+213+188=418 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.07% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #11D5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D5BC is #EE2A43. Grayscale: #979797. Windows color (decimal): -15608388 or 12375313. OLE color: 12375313.

HSL color Cylindrical-coordinate representation of color #11D5BC: hue angle of 172.35º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D5BC is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 213 188 -
CMYK 0.92 0 0.12 0.16
HSL 172.35º 0.85% 0.45% -
HSV(B) 172.35º 0.92% 0.84% -
XYZ 33.1 51.34 55.74 -
YUV 151.55 148.57 32.03 -
System Red Green Blue C M Y K H S L
Decimal 17 213 188 0.92 0 0.12 0.16 172.35 0.85 0.45
Hex 11 D5 BC 5C 0 C 10 AC 55 2D
Octal 21 325 274 134 0 14 20 254 125 55
Binary 10001 11010101 10111100 1011100 0 1100 10000 10101100 1010101 101101

Color Harmonies of #11D5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D5BC

Black with #11D5BC

Text Example


Text Example

White with #11D5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,213,188); }

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

background-color css

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

 a { background-color: rgb(17,213,188); }

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

border-color css

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

 span { border-color: rgb(17,213,188); }

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