#0ec4cf

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

Shades of Robin's Egg Blue #0EC4CF

Tints of Robin's Egg Blue #0EC4CF

Color information

#0EC4CF (or 0x0EC4CF) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, C4 and CF. RGB value is (14,196,207). Sum of RGB (Red+Green+Blue) = 14+196+207=417 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.36% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #0EC4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC4CF is #F13B30. Grayscale: #8E8E8E. Windows color (decimal): -15809329 or 13616142. OLE color: 13616142.

HSL color Cylindrical-coordinate representation of color #0EC4CF: hue angle of 183.42º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC4CF is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14196207-
CMYK0.930.0500.19
HSL183.42º87.33%43.33%-
HSV(B)183.42º93.24%81.18%-
XYZ31.1844.0865.9-
YUV142.84164.236.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.36%
GREEN value IS 196 (76.95% from 255) = 47.00%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=3.36%
G=47.00%
B=49.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141962070.930.0500.19183.4287.3343.33
HexEC4CF5D5013b7572b
Octal16304317135502326712753
Binary111011000100110011111011101101010011101101111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ec4cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,196,207); }

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

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

 a { background-color: rgb(14,196,207); }

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

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

 span { border-color: rgb(14,196,207); }

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