#14CEC1

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

Shades of Robin's Egg Blue #14CEC1

Tints of Robin's Egg Blue #14CEC1

Color information

#14CEC1 (or 0x14CEC1) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, CE and C1. RGB value is (20,206,193). Sum of RGB (Red+Green+Blue) = 20+206+193=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEC1 is #EB313E. Grayscale: #949494. Windows color (decimal): -15413567 or 12701204. OLE color: 12701204.

HSL color Cylindrical-coordinate representation of color #14CEC1: hue angle of 175.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CEC1 is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB20206193-
CMYK0.9000.060.19
HSL175.81º82.3%44.31%-
HSV(B)175.81º90.29%80.78%-
XYZ31.9948.1458.06-
YUV148.9152.8836.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.77%
GREEN value IS 206 (80.86% from 255) = 49.16%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=4.77%
G=49.16%
B=46.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202061930.9000.060.19175.8182.344.31
Hex14CEC15A0613b0522c
Octal24316301132062326012254
Binary1010011001110110000011011010011010011101100001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,206,193); }

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

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

 a { background-color: rgb(20,206,193); }

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

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

 span { border-color: rgb(20,206,193); }

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