#11D6BD

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

Shades of Robin's Egg Blue #11D6BD

Tints of Robin's Egg Blue #11D6BD

Color information

#11D6BD (or 0x11D6BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, D6 and BD. RGB value is (17,214,189). Sum of RGB (Red+Green+Blue) = 17+214+189=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #11D6BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D6BD is #EE2942. Grayscale: #989898. Windows color (decimal): -15608131 or 12441105. OLE color: 12441105.

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

Color convert

RGB17214189-
CMYK0.9200.120.16
HSL172.39º85.28%45.29%-
HSV(B)172.39º92.06%83.92%-
XYZ33.4651.8956.4-
YUV152.25148.7331.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.05%
GREEN value IS 214 (83.98% from 255) = 50.95%
BLUE value IS 189 (74.22% from 255) = 45%
R=4.05%
G=50.95%
B=45%

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
Decimal172141890.9200.120.16172.3985.2845.29
Hex11D6BD5C0C10ac552d
Octal213262751340142025412555
Binary10001110101101011110110111000110010000101011001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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