#0EDCB8

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

Shades of Robin's Egg Blue #0EDCB8

Tints of Robin's Egg Blue #0EDCB8

Color information

#0EDCB8 (or 0x0EDCB8) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, DC and B8. RGB value is (14,220,184). Sum of RGB (Red+Green+Blue) = 14+220+184=418 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.35% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCB8 is #F12347. Grayscale: #9A9A9A. Windows color (decimal): -15803208 or 12114958. OLE color: 12114958.

HSL color Cylindrical-coordinate representation of color #0EDCB8: hue angle of 169.51º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCB8 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB14220184-
CMYK0.9400.160.14
HSL169.51º88.03%45.88%-
HSV(B)169.51º93.64%86.27%-
XYZ34.4354.7454.1-
YUV154.3144.7527.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.35%
GREEN value IS 220 (86.33% from 255) = 52.63%
BLUE value IS 184 (72.27% from 255) = 44.02%
R=3.35%
G=52.63%
B=44.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142201840.9400.160.14169.5188.0345.88
HexEDCB85E010Eaa582e
Octal163342701360201625213056
Binary1110110111001011100010111100100001110101010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,220,184); }

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

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

 a { background-color: rgb(14,220,184); }

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

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

 span { border-color: rgb(14,220,184); }

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