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

📋 copy color: '#0EC6BE'

red 14 ◦ green 198 ◦ blue 190

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

Shades of Robin's Egg Blue #0EC6BE

Tints of Robin's Egg Blue #0EC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.25%

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

R = 3.48%
G = 49.25%
B = 47.26%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#0EC6BE (or 0x0EC6BE) is known color: Robin's Egg Blue. HEX triplet: 0E, C6 and BE. RGB value is (14,198,190). Sum of RGB (Red+Green+Blue) = 14+198+190=402 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.48% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC6BE is #F13941. Grayscale: #8D8D8D. Windows color (decimal): -15808834 or 12502542. OLE color: 12502542.

HSL color Cylindrical-coordinate representation of color #0EC6BE: hue angle of 177.39º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC6BE is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 198 190 -
CMYK 0.93 0 0.04 0.22
HSL 177.39º 0.87% 0.42% -
HSV(B) 177.39º 0.93% 0.78% -
XYZ 29.67 44.2 55.68 -
YUV 142.07 155.04 36.65 -
System Red Green Blue C M Y K H S L
Decimal 14 198 190 0.93 0 0.04 0.22 177.39 0.87 0.42
Hex E C6 BE 5D 0 4 16 B1 57 2A
Octal 16 306 276 135 0 4 26 261 127 52
Binary 1110 11000110 10111110 1011101 0 100 10110 10110001 1010111 101010

Color Harmonies of #0EC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC6BE

Black with #0EC6BE

Text Example


Text Example

White with #0EC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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