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

📋 copy color: '#0EC2D1'

red 14 ◦ green 194 ◦ blue 209

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

Shades of Robin's Egg Blue #0EC2D1

Tints of Robin's Egg Blue #0EC2D1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.52%

 BLUE value IS 209 (82.03% from 255) = 50.12%

R = 3.36%
G = 46.52%
B = 50.12%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0EC2D1 (or 0x0EC2D1) is known color: Robin's Egg Blue. HEX triplet: 0E, C2 and D1. RGB value is (14,194,209). Sum of RGB (Red+Green+Blue) = 14+194+209=417 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.36% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #0EC2D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC2D1 is #F13D2E. Grayscale: #8D8D8D. Windows color (decimal): -15809839 or 13746702. OLE color: 13746702.

HSL color Cylindrical-coordinate representation of color #0EC2D1: hue angle of 184.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC2D1 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 14 194 209 -
CMYK 0.93 0.07 0 0.18
HSL 184.62º 0.87% 0.44% -
HSV(B) 184.62º 0.93% 0.82% -
XYZ 30.98 43.28 67.04 -
YUV 141.89 165.87 36.78 -
System Red Green Blue C M Y K H S L
Decimal 14 194 209 0.93 0.07 0 0.18 184.62 0.87 0.44
Hex E C2 D1 5D 7 0 12 B9 57 2C
Octal 16 302 321 135 7 0 22 271 127 54
Binary 1110 11000010 11010001 1011101 111 0 10010 10111001 1010111 101100

Color Harmonies of #0EC2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC2D1

Black with #0EC2D1

Text Example


Text Example

White with #0EC2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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