#13DEC3

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

Shades of Robin's Egg Blue #13DEC3

Tints of Robin's Egg Blue #13DEC3

Color information

#13DEC3 (or 0x13DEC3) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, DE and C3. RGB value is (19,222,195). Sum of RGB (Red+Green+Blue) = 19+222+195=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #13DEC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DEC3 is #EC213C. Grayscale: #9E9E9E. Windows color (decimal): -15475005 or 12836371. OLE color: 12836371.

HSL color Cylindrical-coordinate representation of color #13DEC3: hue angle of 172.02º 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 #13DEC3 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB19222195-
CMYK0.9100.120.13
HSL172.02º84.23%47.25%-
HSV(B)172.02º91.44%87.06%-
XYZ36.2456.3260.59-
YUV158.22148.7528.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.36%
GREEN value IS 222 (87.11% from 255) = 50.92%
BLUE value IS 195 (76.56% from 255) = 44.72%
R=4.36%
G=50.92%
B=44.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192221950.9100.120.13172.0284.2347.25
Hex13DEC35B0CDac542f
Octal233363031330141525412457
Binary1001111011110110000111011011011001101101011001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,222,195); }

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

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

 a { background-color: rgb(19,222,195); }

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

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

 span { border-color: rgb(19,222,195); }

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