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

📋 copy color: '#0EDCC0'

red 14 ◦ green 220 ◦ blue 192

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

Shades of Robin's Egg Blue #0EDCC0

Tints of Robin's Egg Blue #0EDCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.64%

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 3.29%
G = 51.64%
B = 45.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#0EDCC0 (or 0x0EDCC0) is known color: Robin's Egg Blue. HEX triplet: 0E, DC and C0. RGB value is (14,220,192). Sum of RGB (Red+Green+Blue) = 14+220+192=426 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCC0 is #F1233F. Grayscale: #9B9B9B. Windows color (decimal): -15803200 or 12639246. OLE color: 12639246.

HSL color Cylindrical-coordinate representation of color #0EDCC0: hue angle of 171.84º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCC0 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 220 192 -
CMYK 0.94 0 0.13 0.14
HSL 171.84º 0.88% 0.46% -
HSV(B) 171.84º 0.94% 0.86% -
XYZ 35.29 55.09 58.64 -
YUV 155.21 148.75 27.28 -
System Red Green Blue C M Y K H S L
Decimal 14 220 192 0.94 0 0.13 0.14 171.84 0.88 0.46
Hex E DC C0 5E 0 D E AC 58 2E
Octal 16 334 300 136 0 15 16 254 130 56
Binary 1110 11011100 11000000 1011110 0 1101 1110 10101100 1011000 101110

Color Harmonies of #0EDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDCC0

Black with #0EDCC0

Text Example


Text Example

White with #0EDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,220,192); }

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

background-color css

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

 a { background-color: rgb(14,220,192); }

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

border-color css

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

 span { border-color: rgb(14,220,192); }

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