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

📋 copy color: '#0ED6C2'

red 14 ◦ green 214 ◦ blue 194

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

Shades of Robin's Egg Blue #0ED6C2

Tints of Robin's Egg Blue #0ED6C2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.71%

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

R = 3.32%
G = 50.71%
B = 45.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#0ED6C2 (or 0x0ED6C2) is known color: Robin's Egg Blue. HEX triplet: 0E, D6 and C2. RGB value is (14,214,194). Sum of RGB (Red+Green+Blue) = 14+214+194=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED6C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED6C2 is #F1293D. Grayscale: #979797. Windows color (decimal): -15804734 or 12768782. OLE color: 12768782.

HSL color Cylindrical-coordinate representation of color #0ED6C2: hue angle of 174º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED6C2 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 194 -
CMYK 0.93 0 0.09 0.16
HSL 174º 0.88% 0.45% -
HSV(B) 174º 0.93% 0.84% -
XYZ 33.97 52.08 59.3 -
YUV 151.92 151.74 29.63 -
System Red Green Blue C M Y K H S L
Decimal 14 214 194 0.93 0 0.09 0.16 174 0.88 0.45
Hex E D6 C2 5D 0 9 10 AE 58 2D
Octal 16 326 302 135 0 11 20 256 130 55
Binary 1110 11010110 11000010 1011101 0 1001 10000 10101110 1011000 101101

Color Harmonies of #0ED6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED6C2

Black with #0ED6C2

Text Example


Text Example

White with #0ED6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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