#11D7BD

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

Shades of Robin's Egg Blue #11D7BD

Tints of Robin's Egg Blue #11D7BD

Color information

#11D7BD (or 0x11D7BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, D7 and BD. RGB value is (17,215,189). Sum of RGB (Red+Green+Blue) = 17+215+189=421 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.04% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #11D7BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D7BD is #EE2842. Grayscale: #989898. Windows color (decimal): -15607875 or 12441361. OLE color: 12441361.

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

Color convert

RGB17215189-
CMYK0.9200.120.16
HSL172.12º85.34%45.49%-
HSV(B)172.12º92.09%84.31%-
XYZ33.7252.3956.48-
YUV152.83148.431.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.04%
GREEN value IS 215 (84.38% from 255) = 51.07%
BLUE value IS 189 (74.22% from 255) = 44.89%
R=4.04%
G=51.07%
B=44.89%

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
Decimal172151890.9200.120.16172.1285.3445.49
Hex11D7BD5C0C10ac552d
Octal213272751340142025412555
Binary10001110101111011110110111000110010000101011001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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