#13d3c5

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

Shades of Robin's Egg Blue #13D3C5

Tints of Robin's Egg Blue #13D3C5

Color information

#13D3C5 (or 0x13D3C5) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, D3 and C5. RGB value is (19,211,197). Sum of RGB (Red+Green+Blue) = 19+211+197=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #13D3C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D3C5 is #EC2C3A. Grayscale: #979797. Windows color (decimal): -15477819 or 12964627. OLE color: 12964627.

HSL color Cylindrical-coordinate representation of color #13D3C5: hue angle of 175.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D3C5 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB19211197-
CMYK0.9100.070.17
HSL175.62º83.48%45.1%-
HSV(B)175.62º91%82.75%-
XYZ33.6450.7660.85-
YUV152153.3933.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.45%
GREEN value IS 211 (82.81% from 255) = 49.41%
BLUE value IS 197 (77.34% from 255) = 46.14%
R=4.45%
G=49.41%
B=46.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192111970.9100.070.17175.6283.4845.1
Hex13D3C55B0711b0532d
Octal23323305133072126012355
Binary1001111010011110001011011011011110001101100001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13d3c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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