#14CEBB

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

Shades of Robin's Egg Blue #14CEBB

Tints of Robin's Egg Blue #14CEBB

Color information

#14CEBB (or 0x14CEBB) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, CE and BB. RGB value is (20,206,187). Sum of RGB (Red+Green+Blue) = 20+206+187=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #14CEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CEBB is #EB3144. Grayscale: #949494. Windows color (decimal): -15413573 or 12307988. OLE color: 12307988.

HSL color Cylindrical-coordinate representation of color #14CEBB: hue angle of 173.87º 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 #14CEBB is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB20206187-
CMYK0.9000.090.19
HSL173.87º82.3%44.31%-
HSV(B)173.87º90.29%80.78%-
XYZ31.3347.8854.6-
YUV148.22149.8836.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.84%
GREEN value IS 206 (80.86% from 255) = 49.88%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=4.84%
G=49.88%
B=45.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202061870.9000.090.19173.8782.344.31
Hex14CEBB5A0913ae522c
Octal243162731320112325612254
Binary10100110011101011101110110100100110011101011101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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