#0ec7cf

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

Shades of Robin's Egg Blue #0EC7CF

Tints of Robin's Egg Blue #0EC7CF

Color information

#0EC7CF (or 0x0EC7CF) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, C7 and CF. RGB value is (14,199,207). Sum of RGB (Red+Green+Blue) = 14+199+207=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #0EC7CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC7CF is #F13830. Grayscale: #909090. Windows color (decimal): -15808561 or 13616910. OLE color: 13616910.

HSL color Cylindrical-coordinate representation of color #0EC7CF: hue angle of 182.49º 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 #0EC7CF is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14199207-
CMYK0.930.0400.19
HSL182.49º87.33%43.33%-
HSV(B)182.49º93.24%81.18%-
XYZ31.8745.4566.12-
YUV144.6163.2134.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.33%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=3.33%
G=47.38%
B=49.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141992070.930.0400.19182.4987.3343.33
HexEC7CF5D4013b6572b
Octal16307317135402326612753
Binary111011000111110011111011101100010011101101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ec7cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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