#13C2C5

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

Shades of Robin's Egg Blue #13C2C5

Tints of Robin's Egg Blue #13C2C5

Color information

#13C2C5 (or 0x13C2C5) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, C2 and C5. RGB value is (19,194,197). Sum of RGB (Red+Green+Blue) = 19+194+197=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #13C2C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2C5 is #EC3D3A. Grayscale: #8D8D8D. Windows color (decimal): -15482171 or 12960275. OLE color: 12960275.

HSL color Cylindrical-coordinate representation of color #13C2C5: hue angle of 181.01º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C2C5 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19194197-
CMYK0.900.0200.23
HSL181.01º82.41%42.35%-
HSV(B)181.01º90.36%77.25%-
XYZ29.6442.7559.51-
YUV142.02159.0240.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.63%
GREEN value IS 194 (76.17% from 255) = 47.32%
BLUE value IS 197 (77.34% from 255) = 48.05%
R=4.63%
G=47.32%
B=48.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191941970.900.0200.23181.0182.4142.35
Hex13C2C55A2017b5522a
Octal23302305132202726512252
Binary100111100001011000101101101010010111101101011010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13C2C5; }

 p { color: rgb(19,194,197); }

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

<style>
 a { background-color: #13C2C5; }

 a { background-color: rgb(19,194,197); }

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

<style>
 span { border-color: #13C2C5; }

 span { border-color: rgb(19,194,197); }

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