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

📋 copy color: '#0EC7C2'

red 14 ◦ green 199 ◦ blue 194

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

Shades of Robin's Egg Blue #0EC7C2

Tints of Robin's Egg Blue #0EC7C2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.89%

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 3.44%
G = 48.89%
B = 47.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#0EC7C2 (or 0x0EC7C2) is known color: Robin's Egg Blue. HEX triplet: 0E, C7 and C2. RGB value is (14,199,194). Sum of RGB (Red+Green+Blue) = 14+199+194=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #0EC7C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC7C2 is #F1383D. Grayscale: #8E8E8E. Windows color (decimal): -15808574 or 12764942. OLE color: 12764942.

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

Color convert

RGB 14 199 194 -
CMYK 0.93 0 0.03 0.22
HSL 178.38º 0.87% 0.42% -
HSV(B) 178.38º 0.93% 0.78% -
XYZ 30.34 44.84 58.09 -
YUV 143.12 156.71 35.91 -
System Red Green Blue C M Y K H S L
Decimal 14 199 194 0.93 0 0.03 0.22 178.38 0.87 0.42
Hex E C7 C2 5D 0 3 16 B2 57 2A
Octal 16 307 302 135 0 3 26 262 127 52
Binary 1110 11000111 11000010 1011101 0 11 10110 10110010 1010111 101010

Color Harmonies of #0EC7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC7C2

Black with #0EC7C2

Text Example


Text Example

White with #0EC7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,199,194); }

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

background-color css

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

 a { background-color: rgb(14,199,194); }

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

border-color css

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

 span { border-color: rgb(14,199,194); }

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