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

📋 copy color: '#13DFC0'

red 19 ◦ green 223 ◦ blue 192

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

Shades of Robin's Egg Blue #13DFC0

Tints of Robin's Egg Blue #13DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.38%

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 4.38%
G = 51.38%
B = 44.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#13DFC0 (or 0x13DFC0) is known color: Robin's Egg Blue. HEX triplet: 13, DF and C0. RGB value is (19,223,192). Sum of RGB (Red+Green+Blue) = 19+223+192=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFC0 is #EC203F. Grayscale: #9E9E9E. Windows color (decimal): -15474752 or 12640019. OLE color: 12640019.

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

Color convert

RGB 19 223 192 -
CMYK 0.91 0 0.14 0.13
HSL 170.88º 0.84% 0.47% -
HSV(B) 170.88º 0.91% 0.87% -
XYZ 36.17 56.72 58.91 -
YUV 158.47 146.91 28.52 -
System Red Green Blue C M Y K H S L
Decimal 19 223 192 0.91 0 0.14 0.13 170.88 0.84 0.47
Hex 13 DF C0 5B 0 E D AB 54 2F
Octal 23 337 300 133 0 16 15 253 124 57
Binary 10011 11011111 11000000 1011011 0 1110 1101 10101011 1010100 101111

Color Harmonies of #13DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFC0

Black with #13DFC0

Text Example


Text Example

White with #13DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,223,192); }

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

background-color css

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

 a { background-color: rgb(19,223,192); }

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

border-color css

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

 span { border-color: rgb(19,223,192); }

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