Html Css Color HEX #13DCC6 Robin's Egg Blue

📋 copy color: '#13DCC6'

red 19 ◦ green 220 ◦ blue 198

#13DCC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #13DCC6

Tints of Robin's Egg Blue #13DCC6

RGB

 RED value IS 19 (7.81% from 255) = 4.35%

 GREEN value IS 220 (86.33% from 255) = 50.34%

 BLUE value IS 198 (77.73% from 255) = 45.31%

R = 4.35%
G = 50.34%
B = 45.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#13DCC6 (or 0x13DCC6) is known color: Robin's Egg Blue. HEX triplet: 13, DC and C6. RGB value is (19,220,198). Sum of RGB (Red+Green+Blue) = 19+220+198=437 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.35% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCC6 is #EC2339. Grayscale: #9D9D9D. Windows color (decimal): -15475514 or 13032467. OLE color: 13032467.

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

Color convert

RGB 19 220 198 -
CMYK 0.91 0 0.1 0.14
HSL 173.43º 0.84% 0.47% -
HSV(B) 173.43º 0.91% 0.86% -
XYZ 36.05 55.4 62.22 -
YUV 157.39 150.91 29.29 -
System Red Green Blue C M Y K H S L
Decimal 19 220 198 0.91 0 0.1 0.14 173.43 0.84 0.47
Hex 13 DC C6 5B 0 A E AD 54 2F
Octal 23 334 306 133 0 12 16 255 124 57
Binary 10011 11011100 11000110 1011011 0 1010 1110 10101101 1010100 101111

Color Harmonies of #13DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCC6

Black with #13DCC6

Text Example


Text Example

White with #13DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,220,198); }

 H1.HeaderClassName
 {
   color: #13DCC6;
 }
 .AnyTagClassName
 {
   color: #13DCC6;
 }
</style>

background-color css

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

 a { background-color: rgb(19,220,198); }

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

border-color css

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

 span { border-color: rgb(19,220,198); }

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