#14C8BD

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

Shades of Robin's Egg Blue #14C8BD

Tints of Robin's Egg Blue #14C8BD

Color information

#14C8BD (or 0x14C8BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, C8 and BD. RGB value is (20,200,189). Sum of RGB (Red+Green+Blue) = 20+200+189=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #14C8BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C8BD is #EB3742. Grayscale: #909090. Windows color (decimal): -15415107 or 12437524. OLE color: 12437524.

HSL color Cylindrical-coordinate representation of color #14C8BD: hue angle of 176.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C8BD is Cyan = 0.9, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20200189-
CMYK0.900.060.22
HSL176.33º81.82%43.14%-
HSV(B)176.33º90%78.43%-
XYZ30.1345.1355.27-
YUV144.93152.8738.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.89%
GREEN value IS 200 (78.52% from 255) = 48.90%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=4.89%
G=48.90%
B=46.21%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal202001890.900.060.22176.3381.8243.14
Hex14C8BD5A0616b0522b
Octal24310275132062626012253
Binary1010011001000101111011011010011010110101100001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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