#13C5C8

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

Shades of Robin's Egg Blue #13C5C8

Tints of Robin's Egg Blue #13C5C8

Color information

#13C5C8 (or 0x13C5C8) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, C5 and C8. RGB value is (19,197,200). Sum of RGB (Red+Green+Blue) = 19+197+200=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #13C5C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C5C8 is #EC3A37. Grayscale: #8F8F8F. Windows color (decimal): -15481400 or 13157651. OLE color: 13157651.

HSL color Cylindrical-coordinate representation of color #13C5C8: hue angle of 180.99º 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 #13C5C8 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19197200-
CMYK0.900.0200.22
HSL180.99º82.65%42.94%-
HSV(B)180.99º90.5%78.43%-
XYZ30.6644.2461.57-
YUV144.12159.5338.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.57%
GREEN value IS 197 (77.34% from 255) = 47.36%
BLUE value IS 200 (78.52% from 255) = 48.08%
R=4.57%
G=47.36%
B=48.08%

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
Decimal191972000.900.0200.22180.9982.6542.94
Hex13C5C85A2016b5532b
Octal23305310132202626512353
Binary100111100010111001000101101010010110101101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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