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

📋 copy color: '#0EC4BC'

red 14 ◦ green 196 ◦ blue 188

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

Shades of Robin's Egg Blue #0EC4BC

Tints of Robin's Egg Blue #0EC4BC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.25%

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 3.52%
G = 49.25%
B = 47.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#0EC4BC (or 0x0EC4BC) is known color: Robin's Egg Blue. HEX triplet: 0E, C4 and BC. RGB value is (14,196,188). Sum of RGB (Red+Green+Blue) = 14+196+188=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC4BC is #F13B43. Grayscale: #8C8C8C. Windows color (decimal): -15809348 or 12370958. OLE color: 12370958.

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

Color convert

RGB 14 196 188 -
CMYK 0.93 0 0.04 0.23
HSL 177.36º 0.87% 0.41% -
HSV(B) 177.36º 0.93% 0.77% -
XYZ 29 43.2 54.39 -
YUV 140.67 154.7 37.65 -
System Red Green Blue C M Y K H S L
Decimal 14 196 188 0.93 0 0.04 0.23 177.36 0.87 0.41
Hex E C4 BC 5D 0 4 17 B1 57 29
Octal 16 304 274 135 0 4 27 261 127 51
Binary 1110 11000100 10111100 1011101 0 100 10111 10110001 1010111 101001

Color Harmonies of #0EC4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC4BC

Black with #0EC4BC

Text Example


Text Example

White with #0EC4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,196,188); }

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

background-color css

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

 a { background-color: rgb(14,196,188); }

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

border-color css

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

 span { border-color: rgb(14,196,188); }

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