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

📋 copy color: '#0EC7D0'

red 14 ◦ green 199 ◦ blue 208

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

Shades of Robin's Egg Blue #0EC7D0

Tints of Robin's Egg Blue #0EC7D0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

 BLUE value IS 208 (81.64% from 255) = 49.41%

R = 3.33%
G = 47.27%
B = 49.41%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0EC7D0 (or 0x0EC7D0) is known color: Robin's Egg Blue. HEX triplet: 0E, C7 and D0. RGB value is (14,199,208). Sum of RGB (Red+Green+Blue) = 14+199+208=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #0EC7D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC7D0 is #F1382F. Grayscale: #909090. Windows color (decimal): -15808560 or 13682446. OLE color: 13682446.

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

Color convert

RGB 14 199 208 -
CMYK 0.93 0.04 0 0.18
HSL 182.78º 0.87% 0.44% -
HSV(B) 182.78º 0.93% 0.82% -
XYZ 31.99 45.49 66.77 -
YUV 144.71 163.71 34.77 -
System Red Green Blue C M Y K H S L
Decimal 14 199 208 0.93 0.04 0 0.18 182.78 0.87 0.44
Hex E C7 D0 5D 4 0 12 B7 57 2C
Octal 16 307 320 135 4 0 22 267 127 54
Binary 1110 11000111 11010000 1011101 100 0 10010 10110111 1010111 101100

Color Harmonies of #0EC7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC7D0

Black with #0EC7D0

Text Example


Text Example

White with #0EC7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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