#14D7BB

Color #14D7BB Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #14D7BB

Tints of Robin's Egg Blue #14D7BB

Color information

#14D7BB (or 0x14D7BB) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, D7 and BB. RGB value is (20,215,187). Sum of RGB (Red+Green+Blue) = 20+215+187=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #14D7BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D7BB is #EB2844. Grayscale: #999999. Windows color (decimal): -15411269 or 12310292. OLE color: 12310292.

HSL color Cylindrical-coordinate representation of color #14D7BB: hue angle of 171.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D7BB is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB20215187-
CMYK0.9100.130.16
HSL171.38º82.98%46.08%-
HSV(B)171.38º90.7%84.31%-
XYZ33.5652.3455.35-
YUV153.5146.932.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.74%
GREEN value IS 215 (84.38% from 255) = 50.95%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=4.74%
G=50.95%
B=44.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202151870.9100.130.16171.3882.9846.08
Hex14D7BB5B0D10ab532e
Octal243272731330152025312356
Binary10100110101111011101110110110110110000101010111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,215,187); }

 H1.HeaderClassName
 {
   color: #14D7BB;
 }
 .AnyTagClassName
 {
   color: #14D7BB;
 }
</style>
background-color css

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

 a { background-color: rgb(20,215,187); }

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

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

 span { border-color: rgb(20,215,187); }

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