#14CDB7

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

Shades of Robin's Egg Blue #14CDB7

Tints of Robin's Egg Blue #14CDB7

Color information

#14CDB7 (or 0x14CDB7) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, CD and B7. RGB value is (20,205,183). Sum of RGB (Red+Green+Blue) = 20+205+183=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #14CDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDB7 is #EB3248. Grayscale: #939393. Windows color (decimal): -15413833 or 12045588. OLE color: 12045588.

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

Color convert

RGB20205183-
CMYK0.9000.110.20
HSL172.86º82.22%44.12%-
HSV(B)172.86º90.24%80.39%-
XYZ30.6747.2352.3-
YUV147.18148.2137.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.90%
GREEN value IS 205 (80.47% from 255) = 50.25%
BLUE value IS 183 (71.88% from 255) = 44.85%
R=4.90%
G=50.25%
B=44.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202051830.9000.110.20172.8682.2244.12
Hex14CDB75A0B14ad522c
Octal243152671320132425512254
Binary10100110011011011011110110100101110100101011011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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