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

📋 copy color: '#13DCC5'

red 19 ◦ green 220 ◦ blue 197

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

Shades of Robin's Egg Blue #13DCC5

Tints of Robin's Egg Blue #13DCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.18%

R = 4.36%
G = 50.46%
B = 45.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#13DCC5 (or 0x13DCC5) is known color: Robin's Egg Blue. HEX triplet: 13, DC and C5. RGB value is (19,220,197). Sum of RGB (Red+Green+Blue) = 19+220+197=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCC5 is #EC233A. Grayscale: #9D9D9D. Windows color (decimal): -15475515 or 12966931. OLE color: 12966931.

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

Color convert

RGB 19 220 197 -
CMYK 0.91 0 0.10 0.14
HSL 173.13º 0.84% 0.47% -
HSV(B) 173.13º 0.91% 0.86% -
XYZ 35.94 55.36 61.61 -
YUV 157.28 150.41 29.37 -
System Red Green Blue C M Y K H S L
Decimal 19 220 197 0.91 0 0.10 0.14 173.13 0.84 0.47
Hex 13 DC C5 5B 0 A E AD 54 2F
Octal 23 334 305 133 0 12 16 255 124 57
Binary 10011 11011100 11000101 1011011 0 1010 1110 10101101 1010100 101111

Color Harmonies of #13DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCC5

Black with #13DCC5

Text Example


Text Example

White with #13DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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