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

📋 copy color: '#14DAC1'

red 20 ◦ green 218 ◦ blue 193

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

Shades of Robin's Egg Blue #14DAC1

Tints of Robin's Egg Blue #14DAC1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.58%

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

R = 4.64%
G = 50.58%
B = 44.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#14DAC1 (or 0x14DAC1) is known color: Robin's Egg Blue. HEX triplet: 14, DA and C1. RGB value is (20,218,193). Sum of RGB (Red+Green+Blue) = 20+218+193=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAC1 is #EB253E. Grayscale: #9B9B9B. Windows color (decimal): -15410495 or 12704276. OLE color: 12704276.

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

Color convert

RGB 20 218 193 -
CMYK 0.91 0 0.11 0.15
HSL 172.42º 0.83% 0.47% -
HSV(B) 172.42º 0.91% 0.85% -
XYZ 34.99 54.14 59.06 -
YUV 155.95 148.9 31.03 -
System Red Green Blue C M Y K H S L
Decimal 20 218 193 0.91 0 0.11 0.15 172.42 0.83 0.47
Hex 14 DA C1 5B 0 B F AC 53 2F
Octal 24 332 301 133 0 13 17 254 123 57
Binary 10100 11011010 11000001 1011011 0 1011 1111 10101100 1010011 101111

Color Harmonies of #14DAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAC1

Black with #14DAC1

Text Example


Text Example

White with #14DAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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