#11D6BC

Color #11D6BC Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #11D6BC

Tints of Robin's Egg Blue #11D6BC

Color information

#11D6BC (or 0x11D6BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, D6 and BC. RGB value is (17,214,188). Sum of RGB (Red+Green+Blue) = 17+214+188=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #11D6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D6BC is #EE2943. Grayscale: #989898. Windows color (decimal): -15608132 or 12375569. OLE color: 12375569.

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

Color convert

RGB17214188-
CMYK0.9200.120.16
HSL172.08º85.28%45.29%-
HSV(B)172.08º92.06%83.92%-
XYZ33.3551.8455.83-
YUV152.13148.2331.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.06%
GREEN value IS 214 (83.98% from 255) = 51.07%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=4.06%
G=51.07%
B=44.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172141880.9200.120.16172.0885.2845.29
Hex11D6BC5C0C10ac552d
Octal213262741340142025412555
Binary10001110101101011110010111000110010000101011001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11D6BC;
 }
 .AnyTagClassName
 {
   color: #11D6BC;
 }
</style>
background-color css

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

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

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

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

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

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