#14C8BC

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

Shades of Robin's Egg Blue #14C8BC

Tints of Robin's Egg Blue #14C8BC

Color information

#14C8BC (or 0x14C8BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, C8 and BC. RGB value is (20,200,188). Sum of RGB (Red+Green+Blue) = 20+200+188=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #14C8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C8BC is #EB3743. Grayscale: #909090. Windows color (decimal): -15415108 or 12371988. OLE color: 12371988.

HSL color Cylindrical-coordinate representation of color #14C8BC: hue angle of 176º 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 #14C8BC is Cyan = 0.9, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20200188-
CMYK0.900.060.22
HSL176º81.82%43.14%-
HSV(B)176º90%78.43%-
XYZ30.0245.0954.7-
YUV144.81152.3738.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.90%
GREEN value IS 200 (78.52% from 255) = 49.02%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=4.90%
G=49.02%
B=46.08%

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
Decimal202001880.900.060.2217681.8243.14
Hex14C8BC5A0616b0522b
Octal24310274132062626012253
Binary1010011001000101111001011010011010110101100001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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