#0EDBC5

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

Shades of Robin's Egg Blue #0EDBC5

Tints of Robin's Egg Blue #0EDBC5

Color information

#0EDBC5 (or 0x0EDBC5) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, DB and C5. RGB value is (14,219,197). Sum of RGB (Red+Green+Blue) = 14+219+197=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBC5 is #F1243A. Grayscale: #9B9B9B. Windows color (decimal): -15803451 or 12966670. OLE color: 12966670.

HSL color Cylindrical-coordinate representation of color #0EDBC5: hue angle of 173.56º 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 #0EDBC5 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB14219197-
CMYK0.9400.100.14
HSL173.56º87.98%45.69%-
HSV(B)173.56º93.61%85.88%-
XYZ35.5954.7961.52-
YUV155.2151.5827.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.26%
GREEN value IS 219 (85.94% from 255) = 50.93%
BLUE value IS 197 (77.34% from 255) = 45.81%
R=3.26%
G=50.93%
B=45.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142191970.9400.100.14173.5687.9845.69
HexEDBC55E0AEae582e
Octal163333051360121625613056
Binary111011011011110001011011110010101110101011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,219,197); }

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

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

 a { background-color: rgb(14,219,197); }

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

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

 span { border-color: rgb(14,219,197); }

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