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

📋 copy color: '#0EC3BA'

red 14 ◦ green 195 ◦ blue 186

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

Shades of Robin's Egg Blue #0EC3BA

Tints of Robin's Egg Blue #0EC3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.37%

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

R = 3.54%
G = 49.37%
B = 47.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#0EC3BA (or 0x0EC3BA) is known color: Robin's Egg Blue. HEX triplet: 0E, C3 and BA. RGB value is (14,195,186). Sum of RGB (Red+Green+Blue) = 14+195+186=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC3BA is #F13C45. Grayscale: #8B8B8B. Windows color (decimal): -15809606 or 12239630. OLE color: 12239630.

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

Color convert

RGB 14 195 186 -
CMYK 0.93 0 0.05 0.24
HSL 177.02º 0.87% 0.41% -
HSV(B) 177.02º 0.93% 0.76% -
XYZ 28.56 42.67 53.19 -
YUV 139.86 154.03 38.23 -
System Red Green Blue C M Y K H S L
Decimal 14 195 186 0.93 0 0.05 0.24 177.02 0.87 0.41
Hex E C3 BA 5D 0 5 18 B1 57 29
Octal 16 303 272 135 0 5 30 261 127 51
Binary 1110 11000011 10111010 1011101 0 101 11000 10110001 1010111 101001

Color Harmonies of #0EC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC3BA

Black with #0EC3BA

Text Example


Text Example

White with #0EC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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