#14DBBF

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

Shades of Robin's Egg Blue #14DBBF

Tints of Robin's Egg Blue #14DBBF

Color information

#14DBBF (or 0x14DBBF) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, DB and BF. RGB value is (20,219,191). Sum of RGB (Red+Green+Blue) = 20+219+191=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #14DBBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBBF is #EB2440. Grayscale: #9C9C9C. Windows color (decimal): -15410241 or 12573460. OLE color: 12573460.

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

Color convert

RGB20219191-
CMYK0.9100.130.14
HSL171.56º83.26%46.86%-
HSV(B)171.56º90.87%85.88%-
XYZ35.0254.5757.98-
YUV156.31147.5730.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.65%
GREEN value IS 219 (85.94% from 255) = 50.93%
BLUE value IS 191 (75% from 255) = 44.42%
R=4.65%
G=50.93%
B=44.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202191910.9100.130.14171.5683.2646.86
Hex14DBBF5B0DEac532f
Octal243332771330151625412357
Binary1010011011011101111111011011011011110101011001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,219,191); }

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

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

 a { background-color: rgb(20,219,191); }

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

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

 span { border-color: rgb(20,219,191); }

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