#14CDB8

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

Shades of Robin's Egg Blue #14CDB8

Tints of Robin's Egg Blue #14CDB8

Color information

#14CDB8 (or 0x14CDB8) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, CD and B8. RGB value is (20,205,184). Sum of RGB (Red+Green+Blue) = 20+205+184=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDB8 is #EB3247. Grayscale: #939393. Windows color (decimal): -15413832 or 12111124. OLE color: 12111124.

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

Color convert

RGB20205184-
CMYK0.9000.100.20
HSL173.19º82.22%44.12%-
HSV(B)173.19º90.24%80.39%-
XYZ30.7747.2752.85-
YUV147.29148.7137.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.89%
GREEN value IS 205 (80.47% from 255) = 50.12%
BLUE value IS 184 (72.27% from 255) = 44.99%
R=4.89%
G=50.12%
B=44.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202051840.9000.100.20173.1982.2244.12
Hex14CDB85A0A14ad522c
Octal243152701320122425512254
Binary10100110011011011100010110100101010100101011011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,205,184); }

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

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

 a { background-color: rgb(20,205,184); }

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

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

 span { border-color: rgb(20,205,184); }

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