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

📋 copy color: '#14DAC8'

red 20 ◦ green 218 ◦ blue 200

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

Shades of Robin's Egg Blue #14DAC8

Tints of Robin's Egg Blue #14DAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 4.57%
G = 49.77%
B = 45.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#14DAC8 (or 0x14DAC8) is known color: Robin's Egg Blue. HEX triplet: 14, DA and C8. RGB value is (20,218,200). Sum of RGB (Red+Green+Blue) = 20+218+200=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #14DAC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAC8 is #EB2537. Grayscale: #9C9C9C. Windows color (decimal): -15410488 or 13163028. OLE color: 13163028.

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

Color convert

RGB 20 218 200 -
CMYK 0.91 0 0.08 0.15
HSL 174.55º 0.83% 0.47% -
HSV(B) 174.55º 0.91% 0.85% -
XYZ 35.79 54.46 63.27 -
YUV 156.75 152.4 30.46 -
System Red Green Blue C M Y K H S L
Decimal 20 218 200 0.91 0 0.08 0.15 174.55 0.83 0.47
Hex 14 DA C8 5B 0 8 F AF 53 2F
Octal 24 332 310 133 0 10 17 257 123 57
Binary 10100 11011010 11001000 1011011 0 1000 1111 10101111 1010011 101111

Color Harmonies of #14DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DAC8

Black with #14DAC8

Text Example


Text Example

White with #14DAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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