#13C4C8

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

Shades of Robin's Egg Blue #13C4C8

Tints of Robin's Egg Blue #13C4C8

Color information

#13C4C8 (or 0x13C4C8) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, C4 and C8. RGB value is (19,196,200). Sum of RGB (Red+Green+Blue) = 19+196+200=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #13C4C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C4C8 is #EC3B37. Grayscale: #8F8F8F. Windows color (decimal): -15481656 or 13157395. OLE color: 13157395.

HSL color Cylindrical-coordinate representation of color #13C4C8: hue angle of 181.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C4C8 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19196200-
CMYK0.900.0200.22
HSL181.33º82.65%42.94%-
HSV(B)181.33º90.5%78.43%-
XYZ30.4343.7961.49-
YUV143.53159.8639.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.58%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 200 (78.52% from 255) = 48.19%
R=4.58%
G=47.23%
B=48.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191962000.900.0200.22181.3382.6542.94
Hex13C4C85A2016b5532b
Octal23304310132202626512353
Binary100111100010011001000101101010010110101101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,196,200); }

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

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

 a { background-color: rgb(19,196,200); }

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

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

 span { border-color: rgb(19,196,200); }

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