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

📋 copy color: '#0ED1BD'

red 14 ◦ green 209 ◦ blue 189

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

Shades of Robin's Egg Blue #0ED1BD

Tints of Robin's Egg Blue #0ED1BD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.73%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 3.4%
G = 50.73%
B = 45.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#0ED1BD (or 0x0ED1BD) is known color: Robin's Egg Blue. HEX triplet: 0E, D1 and BD. RGB value is (14,209,189). Sum of RGB (Red+Green+Blue) = 14+209+189=412 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.40% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED1BD is #F12E42. Grayscale: #949494. Windows color (decimal): -15806019 or 12439822. OLE color: 12439822.

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

Color convert

RGB 14 209 189 -
CMYK 0.93 0 0.10 0.18
HSL 173.85º 0.87% 0.44% -
HSV(B) 173.85º 0.93% 0.82% -
XYZ 32.17 49.37 55.98 -
YUV 148.42 150.9 32.13 -
System Red Green Blue C M Y K H S L
Decimal 14 209 189 0.93 0 0.10 0.18 173.85 0.87 0.44
Hex E D1 BD 5D 0 A 12 AE 57 2C
Octal 16 321 275 135 0 12 22 256 127 54
Binary 1110 11010001 10111101 1011101 0 1010 10010 10101110 1010111 101100

Color Harmonies of #0ED1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED1BD

Black with #0ED1BD

Text Example


Text Example

White with #0ED1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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