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

📋 copy color: '#0EC4B6'

red 14 ◦ green 196 ◦ blue 182

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

Shades of Robin's Egg Blue #0EC4B6

Tints of Robin's Egg Blue #0EC4B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.43%

R = 3.57%
G = 50%
B = 46.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#0EC4B6 (or 0x0EC4B6) is known color: Robin's Egg Blue. HEX triplet: 0E, C4 and B6. RGB value is (14,196,182). Sum of RGB (Red+Green+Blue) = 14+196+182=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC4B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC4B6 is #F13B49. Grayscale: #8B8B8B. Windows color (decimal): -15809354 or 11977742. OLE color: 11977742.

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

Color convert

RGB 14 196 182 -
CMYK 0.93 0 0.07 0.23
HSL 175.38º 0.87% 0.41% -
HSV(B) 175.38º 0.93% 0.77% -
XYZ 28.36 42.95 51.05 -
YUV 139.99 151.7 38.14 -
System Red Green Blue C M Y K H S L
Decimal 14 196 182 0.93 0 0.07 0.23 175.38 0.87 0.41
Hex E C4 B6 5D 0 7 17 AF 57 29
Octal 16 304 266 135 0 7 27 257 127 51
Binary 1110 11000100 10110110 1011101 0 111 10111 10101111 1010111 101001

Color Harmonies of #0EC4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC4B6

Black with #0EC4B6

Text Example


Text Example

White with #0EC4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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