#0ED1B4

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

Shades of Robin's Egg Blue #0ED1B4

Tints of Robin's Egg Blue #0ED1B4

Color information

#0ED1B4 (or 0x0ED1B4) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, D1 and B4. RGB value is (14,209,180). Sum of RGB (Red+Green+Blue) = 14+209+180=403 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED1B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED1B4 is #F12E4B. Grayscale: #939393. Windows color (decimal): -15806028 or 11849998. OLE color: 11849998.

HSL color Cylindrical-coordinate representation of color #0ED1B4: hue angle of 171.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED1B4 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB14209180-
CMYK0.9300.140.18
HSL171.08º87.44%43.73%-
HSV(B)171.08º93.3%81.96%-
XYZ31.2248.9950.99-
YUV147.39146.432.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.47%
GREEN value IS 209 (82.03% from 255) = 51.86%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=3.47%
G=51.86%
B=44.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142091800.9300.140.18171.0887.4443.73
HexED1B45D0E12ab572c
Octal163212641350162225312754
Binary1110110100011011010010111010111010010101010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ED1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,209,180); }

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

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

 a { background-color: rgb(14,209,180); }

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

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

 span { border-color: rgb(14,209,180); }

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