#13DDBC

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

Shades of Robin's Egg Blue #13DDBC

Tints of Robin's Egg Blue #13DDBC

Color information

#13DDBC (or 0x13DDBC) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, DD and BC. RGB value is (19,221,188). Sum of RGB (Red+Green+Blue) = 19+221+188=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDBC is #EC2243. Grayscale: #9C9C9C. Windows color (decimal): -15475268 or 12377363. OLE color: 12377363.

HSL color Cylindrical-coordinate representation of color #13DDBC: hue angle of 170.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DDBC is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB19221188-
CMYK0.9100.150.13
HSL170.2º84.17%47.06%-
HSV(B)170.2º91.4%86.67%-
XYZ35.255.4856.43-
YUV156.84145.5829.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.44%
GREEN value IS 221 (86.72% from 255) = 51.64%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=4.44%
G=51.64%
B=43.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192211880.9100.150.13170.284.1747.06
Hex13DDBC5B0FDaa542f
Octal233352741330171525212457
Binary1001111011101101111001011011011111101101010101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,221,188); }

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

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

 a { background-color: rgb(19,221,188); }

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

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

 span { border-color: rgb(19,221,188); }

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