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

📋 copy color: '#14DABC'

red 20 ◦ green 218 ◦ blue 188

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

Shades of Robin's Egg Blue #14DABC

Tints of Robin's Egg Blue #14DABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 4.69%
G = 51.17%
B = 44.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#14DABC (or 0x14DABC) is known color: Robin's Egg Blue. HEX triplet: 14, DA and BC. RGB value is (20,218,188). Sum of RGB (Red+Green+Blue) = 20+218+188=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #14DABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DABC is #EB2543. Grayscale: #9B9B9B. Windows color (decimal): -15410500 or 12376596. OLE color: 12376596.

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

Color convert

RGB 20 218 188 -
CMYK 0.91 0 0.14 0.15
HSL 170.91º 0.83% 0.47% -
HSV(B) 170.91º 0.91% 0.85% -
XYZ 34.44 53.92 56.17 -
YUV 155.38 146.4 31.44 -
System Red Green Blue C M Y K H S L
Decimal 20 218 188 0.91 0 0.14 0.15 170.91 0.83 0.47
Hex 14 DA BC 5B 0 E F AB 53 2F
Octal 24 332 274 133 0 16 17 253 123 57
Binary 10100 11011010 10111100 1011011 0 1110 1111 10101011 1010011 101111

Color Harmonies of #14DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DABC

Black with #14DABC

Text Example


Text Example

White with #14DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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