#13CDC0

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

Shades of Robin's Egg Blue #13CDC0

Tints of Robin's Egg Blue #13CDC0

Color information

#13CDC0 (or 0x13CDC0) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, CD and C0. RGB value is (19,205,192). Sum of RGB (Red+Green+Blue) = 19+205+192=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #13CDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CDC0 is #EC323F. Grayscale: #939393. Windows color (decimal): -15479360 or 12635411. OLE color: 12635411.

HSL color Cylindrical-coordinate representation of color #13CDC0: hue angle of 175.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CDC0 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB19205192-
CMYK0.9100.060.20
HSL175.81º83.04%43.92%-
HSV(B)175.81º90.73%80.39%-
XYZ31.6147.6157.39-
YUV147.9152.8836.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.57%
GREEN value IS 205 (80.47% from 255) = 49.28%
BLUE value IS 192 (75.39% from 255) = 46.15%
R=4.57%
G=49.28%
B=46.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192051920.9100.060.20175.8183.0443.92
Hex13CDC05B0614b0532c
Octal23315300133062426012354
Binary1001111001101110000001011011011010100101100001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,205,192); }

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

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

 a { background-color: rgb(19,205,192); }

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

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

 span { border-color: rgb(19,205,192); }

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