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

📋 copy color: '#14DDB8'

red 20 ◦ green 221 ◦ blue 184

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

Shades of Robin's Egg Blue #14DDB8

Tints of Robin's Egg Blue #14DDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.29%

R = 4.71%
G = 52%
B = 43.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#14DDB8 (or 0x14DDB8) is known color: Robin's Egg Blue. HEX triplet: 14, DD and B8. RGB value is (20,221,184). Sum of RGB (Red+Green+Blue) = 20+221+184=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DDB8 is #EB2247. Grayscale: #9C9C9C. Windows color (decimal): -15409736 or 12115220. OLE color: 12115220.

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

Color convert

RGB 20 221 184 -
CMYK 0.91 0 0.17 0.13
HSL 168.96º 0.83% 0.47% -
HSV(B) 168.96º 0.91% 0.87% -
XYZ 34.8 55.32 54.19 -
YUV 156.68 143.41 30.51 -
System Red Green Blue C M Y K H S L
Decimal 20 221 184 0.91 0 0.17 0.13 168.96 0.83 0.47
Hex 14 DD B8 5B 0 11 D A9 53 2F
Octal 24 335 270 133 0 21 15 251 123 57
Binary 10100 11011101 10111000 1011011 0 10001 1101 10101001 1010011 101111

Color Harmonies of #14DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DDB8

Black with #14DDB8

Text Example


Text Example

White with #14DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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