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

📋 copy color: '#14DFC1'

red 20 ◦ green 223 ◦ blue 193

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

Shades of Robin's Egg Blue #14DFC1

Tints of Robin's Egg Blue #14DFC1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.15%

 BLUE value IS 193 (75.78% from 255) = 44.27%

R = 4.59%
G = 51.15%
B = 44.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#14DFC1 (or 0x14DFC1) is known color: Robin's Egg Blue. HEX triplet: 14, DF and C1. RGB value is (20,223,193). Sum of RGB (Red+Green+Blue) = 20+223+193=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFC1 is #EB203E. Grayscale: #9E9E9E. Windows color (decimal): -15409215 or 12705556. OLE color: 12705556.

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

Color convert

RGB 20 223 193 -
CMYK 0.91 0 0.13 0.13
HSL 171.13º 0.84% 0.48% -
HSV(B) 171.13º 0.91% 0.87% -
XYZ 36.3 56.77 59.5 -
YUV 158.88 147.25 28.94 -
System Red Green Blue C M Y K H S L
Decimal 20 223 193 0.91 0 0.13 0.13 171.13 0.84 0.48
Hex 14 DF C1 5B 0 D D AB 54 30
Octal 24 337 301 133 0 15 15 253 124 60
Binary 10100 11011111 11000001 1011011 0 1101 1101 10101011 1010100 110000

Color Harmonies of #14DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFC1

Black with #14DFC1

Text Example


Text Example

White with #14DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,223,193); }

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

background-color css

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

 a { background-color: rgb(20,223,193); }

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

border-color css

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

 span { border-color: rgb(20,223,193); }

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