#0EC2BB

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

Shades of Robin's Egg Blue #0EC2BB

Tints of Robin's Egg Blue #0EC2BB

Color information

#0EC2BB (or 0x0EC2BB) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, C2 and BB. RGB value is (14,194,187). Sum of RGB (Red+Green+Blue) = 14+194+187=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC2BB is #F13D44. Grayscale: #8B8B8B. Windows color (decimal): -15809861 or 12304910. OLE color: 12304910.

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

Color convert

RGB14194187-
CMYK0.9300.040.24
HSL177.67º86.54%40.78%-
HSV(B)177.67º92.78%76.08%-
XYZ28.4442.2653.67-
YUV139.38154.8738.57-

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) = 49.11%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=3.54%
G=49.11%
B=47.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141941870.9300.040.24177.6786.5440.78
HexEC2BB5D0418b25729
Octal16302273135043026212751
Binary111011000010101110111011101010011000101100101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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