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

📋 copy color: '#14DAC7'

red 20 ◦ green 218 ◦ blue 199

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

Shades of Robin's Egg Blue #14DAC7

Tints of Robin's Egg Blue #14DAC7

RGB

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

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

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

R = 4.58%
G = 49.89%
B = 45.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#14DAC7 (or 0x14DAC7) is known color: Robin's Egg Blue. HEX triplet: 14, DA and C7. RGB value is (20,218,199). Sum of RGB (Red+Green+Blue) = 20+218+199=437 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.58% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAC7 is #EB2538. Grayscale: #9C9C9C. Windows color (decimal): -15410489 or 13097492. OLE color: 13097492.

HSL color Cylindrical-coordinate representation of color #14DAC7: hue angle of 174.24º 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 #14DAC7 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 218 199 -
CMYK 0.91 0 0.09 0.15
HSL 174.24º 0.83% 0.47% -
HSV(B) 174.24º 0.91% 0.85% -
XYZ 35.67 54.42 62.66 -
YUV 156.63 151.9 30.54 -
System Red Green Blue C M Y K H S L
Decimal 20 218 199 0.91 0 0.09 0.15 174.24 0.83 0.47
Hex 14 DA C7 5B 0 9 F AE 53 2F
Octal 24 332 307 133 0 11 17 256 123 57
Binary 10100 11011010 11000111 1011011 0 1001 1111 10101110 1010011 101111

Color Harmonies of #14DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAC7

Black with #14DAC7

Text Example


Text Example

White with #14DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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