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

📋 copy color: '#0ED4CB'

red 14 ◦ green 212 ◦ blue 203

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

Shades of Robin's Egg Blue #0ED4CB

Tints of Robin's Egg Blue #0ED4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.42%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 3.26%
G = 49.42%
B = 47.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#0ED4CB (or 0x0ED4CB) is known color: Robin's Egg Blue. HEX triplet: 0E, D4 and CB. RGB value is (14,212,203). Sum of RGB (Red+Green+Blue) = 14+212+203=429 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #0ED4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED4CB is #F12B34. Grayscale: #979797. Windows color (decimal): -15805237 or 13358094. OLE color: 13358094.

HSL color Cylindrical-coordinate representation of color #0ED4CB: hue angle of 177.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED4CB is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 14 212 203 -
CMYK 0.93 0 0.04 0.17
HSL 177.27º 0.88% 0.44% -
HSV(B) 177.27º 0.93% 0.83% -
XYZ 34.5 51.49 64.62 -
YUV 151.77 156.9 29.73 -
System Red Green Blue C M Y K H S L
Decimal 14 212 203 0.93 0 0.04 0.17 177.27 0.88 0.44
Hex E D4 CB 5D 0 4 11 B1 58 2C
Octal 16 324 313 135 0 4 21 261 130 54
Binary 1110 11010100 11001011 1011101 0 100 10001 10110001 1011000 101100

Color Harmonies of #0ED4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED4CB

Black with #0ED4CB

Text Example


Text Example

White with #0ED4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,212,203); }

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

background-color css

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

 a { background-color: rgb(14,212,203); }

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

border-color css

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

 span { border-color: rgb(14,212,203); }

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