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

📋 copy color: '#13CECD'

red 19 ◦ green 206 ◦ blue 205

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

Shades of Robin's Egg Blue #13CECD

Tints of Robin's Egg Blue #13CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 4.42%
G = 47.91%
B = 47.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#13CECD (or 0x13CECD) is known color: Robin's Egg Blue. HEX triplet: 13, CE and CD. RGB value is (19,206,205). Sum of RGB (Red+Green+Blue) = 19+206+205=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #13CECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CECD is #EC3132. Grayscale: #959595. Windows color (decimal): -15479091 or 13487635. OLE color: 13487635.

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

Color convert

RGB 19 206 205 -
CMYK 0.91 0 0.00 0.19
HSL 179.68º 0.83% 0.44% -
HSV(B) 179.68º 0.91% 0.81% -
XYZ 33.36 48.69 65.4 -
YUV 149.97 159.05 34.58 -
System Red Green Blue C M Y K H S L
Decimal 19 206 205 0.91 0 0.00 0.19 179.68 0.83 0.44
Hex 13 CE CD 5B 0 0 13 B4 53 2C
Octal 23 316 315 133 0 0 23 264 123 54
Binary 10011 11001110 11001101 1011011 0 0 10011 10110100 1010011 101100

Color Harmonies of #13CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CECD

Black with #13CECD

Text Example


Text Example

White with #13CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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