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

📋 copy color: '#13D5CC'

red 19 ◦ green 213 ◦ blue 204

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

Shades of Robin's Egg Blue #13D5CC

Tints of Robin's Egg Blue #13D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 4.36%
G = 48.85%
B = 46.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#13D5CC (or 0x13D5CC) is known color: Robin's Egg Blue. HEX triplet: 13, D5 and CC. RGB value is (19,213,204). Sum of RGB (Red+Green+Blue) = 19+213+204=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #13D5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D5CC is #EC2A33. Grayscale: #999999. Windows color (decimal): -15477300 or 13423891. OLE color: 13423891.

HSL color Cylindrical-coordinate representation of color #13D5CC: hue angle of 177.22º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D5CC is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 213 204 -
CMYK 0.91 0 0.04 0.16
HSL 177.22º 0.84% 0.45% -
HSV(B) 177.22º 0.91% 0.84% -
XYZ 34.96 52.09 65.34 -
YUV 153.97 156.23 31.73 -
System Red Green Blue C M Y K H S L
Decimal 19 213 204 0.91 0 0.04 0.16 177.22 0.84 0.45
Hex 13 D5 CC 5B 0 4 10 B1 54 2D
Octal 23 325 314 133 0 4 20 261 124 55
Binary 10011 11010101 11001100 1011011 0 100 10000 10110001 1010100 101101

Color Harmonies of #13D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D5CC

Black with #13D5CC

Text Example


Text Example

White with #13D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,204); }

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

background-color css

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

 a { background-color: rgb(19,213,204); }

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

border-color css

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

 span { border-color: rgb(19,213,204); }

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