#0ECDC9

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

Shades of Robin's Egg Blue #0ECDC9

Tints of Robin's Egg Blue #0ECDC9

Color information

#0ECDC9 (or 0x0ECDC9) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, CD and C9. RGB value is (14,205,201). Sum of RGB (Red+Green+Blue) = 14+205+201=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #0ECDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECDC9 is #F13236. Grayscale: #939393. Windows color (decimal): -15807031 or 13225230. OLE color: 13225230.

HSL color Cylindrical-coordinate representation of color #0ECDC9: hue angle of 178.74º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECDC9 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB14205201-
CMYK0.9300.020.20
HSL178.74º87.21%42.94%-
HSV(B)178.74º93.17%80.39%-
XYZ32.5647.9762.8-
YUV147.44158.2232.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.33%
GREEN value IS 205 (80.47% from 255) = 48.81%
BLUE value IS 201 (78.91% from 255) = 47.86%
R=3.33%
G=48.81%
B=47.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142052010.9300.020.20178.7487.2142.94
HexECDC95D0214b3572b
Octal16315311135022426312753
Binary11101100110111001001101110101010100101100111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECDC9; }

 p { color: rgb(14,205,201); }

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

<style>
 a { background-color: #0ECDC9; }

 a { background-color: rgb(14,205,201); }

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

<style>
 span { border-color: #0ECDC9; }

 span { border-color: rgb(14,205,201); }

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