#11C3CD

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

Shades of Robin's Egg Blue #11C3CD

Tints of Robin's Egg Blue #11C3CD

Color information

#11C3CD (or 0x11C3CD) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, C3 and CD. RGB value is (17,195,205). Sum of RGB (Red+Green+Blue) = 17+195+205=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #11C3CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C3CD is #EE3C32. Grayscale: #8E8E8E. Windows color (decimal): -15612979 or 13484817. OLE color: 13484817.

HSL color Cylindrical-coordinate representation of color #11C3CD: hue angle of 183.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C3CD is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17195205-
CMYK0.920.0500.20
HSL183.19º84.68%43.53%-
HSV(B)183.19º91.71%80.39%-
XYZ30.7743.5664.54-
YUV142.92163.0338.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.08%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=4.08%
G=46.76%
B=49.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171952050.920.0500.20183.1984.6843.53
Hex11C3CD5C5014b7552c
Octal21303315134502426712554
Binary1000111000011110011011011100101010100101101111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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