#13E2BF

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

Shades of Robin's Egg Blue #13E2BF

Tints of Robin's Egg Blue #13E2BF

Color information

#13E2BF (or 0x13E2BF) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, E2 and BF. RGB value is (19,226,191). Sum of RGB (Red+Green+Blue) = 19+226+191=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #13E2BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E2BF is #EC1D40. Grayscale: #A0A0A0. Windows color (decimal): -15473985 or 12575251. OLE color: 12575251.

HSL color Cylindrical-coordinate representation of color #13E2BF: hue angle of 169.86º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E2BF is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB19226191-
CMYK0.9200.150.11
HSL169.86º84.49%48.04%-
HSV(B)169.86º91.59%88.63%-
XYZ36.8758.2958.6-
YUV160.12145.4227.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.36%
GREEN value IS 226 (88.67% from 255) = 51.83%
BLUE value IS 191 (75% from 255) = 43.81%
R=4.36%
G=51.83%
B=43.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192261910.9200.150.11169.8684.4948.04
Hex13E2BF5C0FBaa5430
Octal233422771340171325212460
Binary1001111100010101111111011100011111011101010101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,226,191); }

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

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

 a { background-color: rgb(19,226,191); }

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

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

 span { border-color: rgb(19,226,191); }

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