#11C3BD

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

Shades of Robin's Egg Blue #11C3BD

Tints of Robin's Egg Blue #11C3BD

Color information

#11C3BD (or 0x11C3BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, C3 and BD. RGB value is (17,195,189). Sum of RGB (Red+Green+Blue) = 17+195+189=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #11C3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C3BD is #EE3C42. Grayscale: #8C8C8C. Windows color (decimal): -15612995 or 12436241. OLE color: 12436241.

HSL color Cylindrical-coordinate representation of color #11C3BD: hue angle of 177.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C3BD is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB17195189-
CMYK0.9100.030.24
HSL177.98º83.96%41.57%-
HSV(B)177.98º91.28%76.47%-
XYZ28.9342.8254.89-
YUV141.09155.0339.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.24%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=4.24%
G=48.63%
B=47.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171951890.9100.030.24177.9883.9641.57
Hex11C3BD5B0318b2542a
Octal21303275133033026212452
Binary100011100001110111101101101101111000101100101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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