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

📋 copy color: '#13CDCE'

red 19 ◦ green 205 ◦ blue 206

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

Shades of Robin's Egg Blue #13CDCE

Tints of Robin's Egg Blue #13CDCE

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #13CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CDCE

Black with #13CDCE

Text Example


Text Example

White with #13CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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