#13DEC2

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

Shades of Robin's Egg Blue #13DEC2

Tints of Robin's Egg Blue #13DEC2

Color information

#13DEC2 (or 0x13DEC2) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, DE and C2. RGB value is (19,222,194). Sum of RGB (Red+Green+Blue) = 19+222+194=435 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.37% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #13DEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DEC2 is #EC213D. Grayscale: #9E9E9E. Windows color (decimal): -15475006 or 12770835. OLE color: 12770835.

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

Color convert

RGB19222194-
CMYK0.9100.130.13
HSL171.72º84.23%47.25%-
HSV(B)171.72º91.44%87.06%-
XYZ36.1356.2860-
YUV158.11148.2528.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.37%
GREEN value IS 222 (87.11% from 255) = 51.03%
BLUE value IS 194 (76.17% from 255) = 44.60%
R=4.37%
G=51.03%
B=44.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192221940.9100.130.13171.7284.2347.25
Hex13DEC25B0DDac542f
Octal233363021330151525412457
Binary1001111011110110000101011011011011101101011001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13DEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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