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

📋 copy color: '#0EC6BA'

red 14 ◦ green 198 ◦ blue 186

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

Shades of Robin's Egg Blue #0EC6BA

Tints of Robin's Egg Blue #0EC6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 3.52%
G = 49.75%
B = 46.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#0EC6BA (or 0x0EC6BA) is known color: Robin's Egg Blue. HEX triplet: 0E, C6 and BA. RGB value is (14,198,186). Sum of RGB (Red+Green+Blue) = 14+198+186=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #0EC6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC6BA is #F13945. Grayscale: #8D8D8D. Windows color (decimal): -15808838 or 12240398. OLE color: 12240398.

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

Color convert

RGB 14 198 186 -
CMYK 0.93 0 0.06 0.22
HSL 176.09º 0.87% 0.42% -
HSV(B) 176.09º 0.93% 0.78% -
XYZ 29.24 44.03 53.41 -
YUV 141.62 153.04 36.98 -
System Red Green Blue C M Y K H S L
Decimal 14 198 186 0.93 0 0.06 0.22 176.09 0.87 0.42
Hex E C6 BA 5D 0 6 16 B0 57 2A
Octal 16 306 272 135 0 6 26 260 127 52
Binary 1110 11000110 10111010 1011101 0 110 10110 10110000 1010111 101010

Color Harmonies of #0EC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC6BA

Black with #0EC6BA

Text Example


Text Example

White with #0EC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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