#11D4BC

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

Shades of Robin's Egg Blue #11D4BC

Tints of Robin's Egg Blue #11D4BC

Color information

#11D4BC (or 0x11D4BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, D4 and BC. RGB value is (17,212,188). Sum of RGB (Red+Green+Blue) = 17+212+188=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #11D4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D4BC is #EE2B43. Grayscale: #969696. Windows color (decimal): -15608644 or 12375057. OLE color: 12375057.

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

Color convert

RGB17212188-
CMYK0.9200.110.17
HSL172.62º85.15%44.9%-
HSV(B)172.62º91.98%83.14%-
XYZ32.8550.8455.66-
YUV150.96148.932.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.08%
GREEN value IS 212 (83.20% from 255) = 50.84%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=4.08%
G=50.84%
B=45.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172121880.9200.110.17172.6285.1544.9
Hex11D4BC5C0B11ad552d
Octal213242741340132125512555
Binary10001110101001011110010111000101110001101011011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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