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

📋 copy color: '#13CEC1'

red 19 ◦ green 206 ◦ blue 193

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

Shades of Robin's Egg Blue #13CEC1

Tints of Robin's Egg Blue #13CEC1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.28%

 BLUE value IS 193 (75.78% from 255) = 46.17%

R = 4.55%
G = 49.28%
B = 46.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#13CEC1 (or 0x13CEC1) is known color: Robin's Egg Blue. HEX triplet: 13, CE and C1. RGB value is (19,206,193). Sum of RGB (Red+Green+Blue) = 19+206+193=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CEC1 is #EC313E. Grayscale: #949494. Windows color (decimal): -15479103 or 12701203. OLE color: 12701203.

HSL color Cylindrical-coordinate representation of color #13CEC1: hue angle of 175.83º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CEC1 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 206 193 -
CMYK 0.91 0 0.06 0.19
HSL 175.83º 0.83% 0.44% -
HSV(B) 175.83º 0.91% 0.81% -
XYZ 31.97 48.13 58.06 -
YUV 148.61 153.05 35.56 -
System Red Green Blue C M Y K H S L
Decimal 19 206 193 0.91 0 0.06 0.19 175.83 0.83 0.44
Hex 13 CE C1 5B 0 6 13 B0 53 2C
Octal 23 316 301 133 0 6 23 260 123 54
Binary 10011 11001110 11000001 1011011 0 110 10011 10110000 1010011 101100

Color Harmonies of #13CEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CEC1

Black with #13CEC1

Text Example


Text Example

White with #13CEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,206,193); }

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

background-color css

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

 a { background-color: rgb(19,206,193); }

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

border-color css

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

 span { border-color: rgb(19,206,193); }

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