#0EDBC6

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

Shades of Robin's Egg Blue #0EDBC6

Tints of Robin's Egg Blue #0EDBC6

Color information

#0EDBC6 (or 0x0EDBC6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, DB and C6. RGB value is (14,219,198). Sum of RGB (Red+Green+Blue) = 14+219+198=431 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.25% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBC6 is #F12439. Grayscale: #9B9B9B. Windows color (decimal): -15803450 or 13032206. OLE color: 13032206.

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

Color convert

RGB14219198-
CMYK0.9400.100.14
HSL173.85º87.98%45.69%-
HSV(B)173.85º93.61%85.88%-
XYZ35.7154.8362.13-
YUV155.31152.0827.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.25%
GREEN value IS 219 (85.94% from 255) = 50.81%
BLUE value IS 198 (77.73% from 255) = 45.94%
R=3.25%
G=50.81%
B=45.94%

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
Decimal142191980.9400.100.14173.8587.9845.69
HexEDBC65E0AEae582e
Octal163333061360121625613056
Binary111011011011110001101011110010101110101011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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