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

📋 copy color: '#13CEC2'

red 19 ◦ green 206 ◦ blue 194

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

Shades of Robin's Egg Blue #13CEC2

Tints of Robin's Egg Blue #13CEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.3%

R = 4.53%
G = 49.16%
B = 46.3%

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

#13CEC2 (or 0x13CEC2) is known color: Robin's Egg Blue. HEX triplet: 13, CE and C2. RGB value is (19,206,194). Sum of RGB (Red+Green+Blue) = 19+206+194=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CEC2 is #EC313D. Grayscale: #949494. Windows color (decimal): -15479102 or 12766739. OLE color: 12766739.

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

Color convert

RGB 19 206 194 -
CMYK 0.91 0 0.06 0.19
HSL 176.15º 0.83% 0.44% -
HSV(B) 176.15º 0.91% 0.81% -
XYZ 32.08 48.18 58.65 -
YUV 148.72 153.55 35.48 -
System Red Green Blue C M Y K H S L
Decimal 19 206 194 0.91 0 0.06 0.19 176.15 0.83 0.44
Hex 13 CE C2 5B 0 6 13 B0 53 2C
Octal 23 316 302 133 0 6 23 260 123 54
Binary 10011 11001110 11000010 1011011 0 110 10011 10110000 1010011 101100

Color Harmonies of #13CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CEC2

Black with #13CEC2

Text Example


Text Example

White with #13CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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