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

📋 copy color: '#13CFCD'

red 19 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #13CFCD

Tints of Robin's Egg Blue #13CFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.03%

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

R = 4.41%
G = 48.03%
B = 47.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#13CFCD (or 0x13CFCD) is known color: Robin's Egg Blue. HEX triplet: 13, CF and CD. RGB value is (19,207,205). Sum of RGB (Red+Green+Blue) = 19+207+205=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFCD is #EC3032. Grayscale: #969696. Windows color (decimal): -15478835 or 13487891. OLE color: 13487891.

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

Color convert

RGB 19 207 205 -
CMYK 0.91 0 0.01 0.19
HSL 179.36º 0.83% 0.44% -
HSV(B) 179.36º 0.91% 0.81% -
XYZ 33.6 49.17 65.48 -
YUV 150.56 158.72 34.16 -
System Red Green Blue C M Y K H S L
Decimal 19 207 205 0.91 0 0.01 0.19 179.36 0.83 0.44
Hex 13 CF CD 5B 0 1 13 B3 53 2C
Octal 23 317 315 133 0 1 23 263 123 54
Binary 10011 11001111 11001101 1011011 0 1 10011 10110011 1010011 101100

Color Harmonies of #13CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFCD

Black with #13CFCD

Text Example


Text Example

White with #13CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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