Html Css Color HEX #14DDC7 Robin's Egg Blue

📋 copy color: '#14DDC7'

red 20 ◦ green 221 ◦ blue 199

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

Shades of Robin's Egg Blue #14DDC7

Tints of Robin's Egg Blue #14DDC7

RGB

 RED value IS 20 (8.2% from 255) = 4.55%

 GREEN value IS 221 (86.72% from 255) = 50.23%

 BLUE value IS 199 (78.13% from 255) = 45.23%

R = 4.55%
G = 50.23%
B = 45.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#14DDC7 (or 0x14DDC7) is known color: Robin's Egg Blue. HEX triplet: 14, DD and C7. RGB value is (20,221,199). Sum of RGB (Red+Green+Blue) = 20+221+199=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DDC7 is #EB2238. Grayscale: #9E9E9E. Windows color (decimal): -15409721 or 13098260. OLE color: 13098260.

HSL color Cylindrical-coordinate representation of color #14DDC7: hue angle of 173.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DDC7 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 221 199 -
CMYK 0.91 0 0.10 0.13
HSL 173.43º 0.83% 0.47% -
HSV(B) 173.43º 0.91% 0.87% -
XYZ 36.45 55.99 62.92 -
YUV 158.39 150.91 29.29 -
System Red Green Blue C M Y K H S L
Decimal 20 221 199 0.91 0 0.10 0.13 173.43 0.83 0.47
Hex 14 DD C7 5B 0 A D AD 53 2F
Octal 24 335 307 133 0 12 15 255 123 57
Binary 10100 11011101 11000111 1011011 0 1010 1101 10101101 1010011 101111

Color Harmonies of #14DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DDC7

Black with #14DDC7

Text Example


Text Example

White with #14DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14DDC7; }

 p { color: rgb(20,221,199); }

 H1.HeaderClassName
 {
   color: #14DDC7;
 }
 .AnyTagClassName
 {
   color: #14DDC7;
 }
</style>

background-color css

<style>
 a { background-color: #14DDC7; }

 a { background-color: rgb(20,221,199); }

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

border-color css

<style>
 span { border-color: #14DDC7; }

 span { border-color: rgb(20,221,199); }

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