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

📋 copy color: '#13D8C5'

red 19 ◦ green 216 ◦ blue 197

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

Shades of Robin's Egg Blue #13D8C5

Tints of Robin's Egg Blue #13D8C5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50%

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

R = 4.4%
G = 50%
B = 45.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#13D8C5 (or 0x13D8C5) is known color: Robin's Egg Blue. HEX triplet: 13, D8 and C5. RGB value is (19,216,197). Sum of RGB (Red+Green+Blue) = 19+216+197=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #13D8C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D8C5 is #EC273A. Grayscale: #9A9A9A. Windows color (decimal): -15476539 or 12965907. OLE color: 12965907.

HSL color Cylindrical-coordinate representation of color #13D8C5: hue angle of 174.21º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D8C5 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 216 197 -
CMYK 0.91 0 0.09 0.15
HSL 174.21º 0.84% 0.46% -
HSV(B) 174.21º 0.91% 0.85% -
XYZ 34.9 53.28 61.27 -
YUV 154.93 151.73 31.04 -
System Red Green Blue C M Y K H S L
Decimal 19 216 197 0.91 0 0.09 0.15 174.21 0.84 0.46
Hex 13 D8 C5 5B 0 9 F AE 54 2E
Octal 23 330 305 133 0 11 17 256 124 56
Binary 10011 11011000 11000101 1011011 0 1001 1111 10101110 1010100 101110

Color Harmonies of #13D8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D8C5

Black with #13D8C5

Text Example


Text Example

White with #13D8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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