#0EC2BC

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

Shades of Robin's Egg Blue #0EC2BC

Tints of Robin's Egg Blue #0EC2BC

Color information

#0EC2BC (or 0x0EC2BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, C2 and BC. RGB value is (14,194,188). Sum of RGB (Red+Green+Blue) = 14+194+188=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC2BC is #F13D43. Grayscale: #8B8B8B. Windows color (decimal): -15809860 or 12370446. OLE color: 12370446.

HSL color Cylindrical-coordinate representation of color #0EC2BC: hue angle of 178º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC2BC is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB14194188-
CMYK0.9300.030.24
HSL178º86.54%40.78%-
HSV(B)178º92.78%76.08%-
XYZ28.5542.3154.24-
YUV139.5155.3738.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.54%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=3.54%
G=48.99%
B=47.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141941880.9300.030.2417886.5440.78
HexEC2BC5D0318b25729
Octal16302274135033026212751
Binary11101100001010111100101110101111000101100101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,194,188); }

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

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

 a { background-color: rgb(14,194,188); }

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

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

 span { border-color: rgb(14,194,188); }

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