#0ED8C2

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

Shades of Robin's Egg Blue #0ED8C2

Tints of Robin's Egg Blue #0ED8C2

Color information

#0ED8C2 (or 0x0ED8C2) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, D8 and C2. RGB value is (14,216,194). Sum of RGB (Red+Green+Blue) = 14+216+194=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED8C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED8C2 is #F1273D. Grayscale: #989898. Windows color (decimal): -15804222 or 12769294. OLE color: 12769294.

HSL color Cylindrical-coordinate representation of color #0ED8C2: hue angle of 173.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED8C2 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB14216194-
CMYK0.9400.100.15
HSL173.47º87.83%45.1%-
HSV(B)173.47º93.52%84.71%-
XYZ34.4753.159.47-
YUV153.09151.0828.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.30%
GREEN value IS 216 (84.77% from 255) = 50.94%
BLUE value IS 194 (76.17% from 255) = 45.75%
R=3.30%
G=50.94%
B=45.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142161940.9400.100.15173.4787.8345.1
HexED8C25E0AFad582d
Octal163303021360121725513055
Binary111011011000110000101011110010101111101011011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,216,194); }

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

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

 a { background-color: rgb(14,216,194); }

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

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

 span { border-color: rgb(14,216,194); }

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