Html Css Color HEX #0EC2BE Robin's Egg Blue

📋 copy color: '#0EC2BE'

red 14 ◦ green 194 ◦ blue 190

#0EC2BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0EC2BE

Tints of Robin's Egg Blue #0EC2BE

RGB

 RED value IS 14 (5.86% from 255) = 3.52%

 GREEN value IS 194 (76.17% from 255) = 48.74%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 3.52%
G = 48.74%
B = 47.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#0EC2BE (or 0x0EC2BE) is known color: Robin's Egg Blue. HEX triplet: 0E, C2 and BE. RGB value is (14,194,190). Sum of RGB (Red+Green+Blue) = 14+194+190=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC2BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC2BE is #F13D41. Grayscale: #8B8B8B. Windows color (decimal): -15809858 or 12501518. OLE color: 12501518.

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

Color convert

RGB 14 194 190 -
CMYK 0.93 0 0.02 0.24
HSL 178.67º 0.87% 0.41% -
HSV(B) 178.67º 0.93% 0.76% -
XYZ 28.77 42.39 55.38 -
YUV 139.72 156.37 38.33 -
System Red Green Blue C M Y K H S L
Decimal 14 194 190 0.93 0 0.02 0.24 178.67 0.87 0.41
Hex E C2 BE 5D 0 2 18 B3 57 29
Octal 16 302 276 135 0 2 30 263 127 51
Binary 1110 11000010 10111110 1011101 0 10 11000 10110011 1010111 101001

Color Harmonies of #0EC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC2BE

Black with #0EC2BE

Text Example


Text Example

White with #0EC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC2BE;
 }
 .AnyTagClassName
 {
   color: #0EC2BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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