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

📋 copy color: '#0ED0BC'

red 14 ◦ green 208 ◦ blue 188

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

Shades of Robin's Egg Blue #0ED0BC

Tints of Robin's Egg Blue #0ED0BC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.73%

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 3.41%
G = 50.73%
B = 45.85%

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

#0ED0BC (or 0x0ED0BC) is known color: Robin's Egg Blue. HEX triplet: 0E, D0 and BC. RGB value is (14,208,188). Sum of RGB (Red+Green+Blue) = 14+208+188=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED0BC is #F12F43. Grayscale: #939393. Windows color (decimal): -15806276 or 12374030. OLE color: 12374030.

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

Color convert

RGB 14 208 188 -
CMYK 0.93 0 0.10 0.18
HSL 173.81º 0.87% 0.44% -
HSV(B) 173.81º 0.93% 0.82% -
XYZ 31.81 48.84 55.33 -
YUV 147.71 150.73 32.63 -
System Red Green Blue C M Y K H S L
Decimal 14 208 188 0.93 0 0.10 0.18 173.81 0.87 0.44
Hex E D0 BC 5D 0 A 12 AE 57 2C
Octal 16 320 274 135 0 12 22 256 127 54
Binary 1110 11010000 10111100 1011101 0 1010 10010 10101110 1010111 101100

Color Harmonies of #0ED0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED0BC

Black with #0ED0BC

Text Example


Text Example

White with #0ED0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,208,188); }

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

background-color css

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

 a { background-color: rgb(14,208,188); }

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

border-color css

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

 span { border-color: rgb(14,208,188); }

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