#11C3CA

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

Shades of Robin's Egg Blue #11C3CA

Tints of Robin's Egg Blue #11C3CA

Color information

#11C3CA (or 0x11C3CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 11, C3 and CA. RGB value is (17,195,202). Sum of RGB (Red+Green+Blue) = 17+195+202=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #11C3CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C3CA is #EE3C35. Grayscale: #8E8E8E. Windows color (decimal): -15612982 or 13288209. OLE color: 13288209.

HSL color Cylindrical-coordinate representation of color #11C3CA: hue angle of 182.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C3CA is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17195202-
CMYK0.920.0300.21
HSL182.27º84.47%42.94%-
HSV(B)182.27º91.58%79.22%-
XYZ30.4143.4162.65-
YUV142.58161.5338.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.11%
GREEN value IS 195 (76.56% from 255) = 47.10%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=4.11%
G=47.10%
B=48.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171952020.920.0300.21182.2784.4742.94
Hex11C3CA5C3015b6542b
Octal21303312134302526612453
Binary100011100001111001010101110011010101101101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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