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

📋 copy color: '#0EDBBE'

red 14 ◦ green 219 ◦ blue 190

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

Shades of Robin's Egg Blue #0EDBBE

Tints of Robin's Egg Blue #0EDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.77%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 3.31%
G = 51.77%
B = 44.92%

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

#0EDBBE (or 0x0EDBBE) is known color: Robin's Egg Blue. HEX triplet: 0E, DB and BE. RGB value is (14,219,190). Sum of RGB (Red+Green+Blue) = 14+219+190=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBBE is #F12441. Grayscale: #9A9A9A. Windows color (decimal): -15803458 or 12507918. OLE color: 12507918.

HSL color Cylindrical-coordinate representation of color #0EDBBE: hue angle of 171.51º 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 #0EDBBE is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 219 190 -
CMYK 0.94 0 0.13 0.14
HSL 171.51º 0.88% 0.46% -
HSV(B) 171.51º 0.94% 0.86% -
XYZ 34.81 54.47 57.4 -
YUV 154.4 148.08 27.86 -
System Red Green Blue C M Y K H S L
Decimal 14 219 190 0.94 0 0.13 0.14 171.51 0.88 0.46
Hex E DB BE 5E 0 D E AC 58 2E
Octal 16 333 276 136 0 15 16 254 130 56
Binary 1110 11011011 10111110 1011110 0 1101 1110 10101100 1011000 101110

Color Harmonies of #0EDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBBE

Black with #0EDBBE

Text Example


Text Example

White with #0EDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,219,190); }

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

background-color css

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

 a { background-color: rgb(14,219,190); }

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

border-color css

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

 span { border-color: rgb(14,219,190); }

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