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

📋 copy color: '#0EDBC5'

red 14 ◦ green 219 ◦ blue 197

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

Shades of Robin's Egg Blue #0EDBC5

Tints of Robin's Egg Blue #0EDBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 3.26%
G = 50.93%
B = 45.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#0EDBC5 (or 0x0EDBC5) is known color: Robin's Egg Blue. HEX triplet: 0E, DB and C5. RGB value is (14,219,197). Sum of RGB (Red+Green+Blue) = 14+219+197=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDBC5 is #F1243A. Grayscale: #9B9B9B. Windows color (decimal): -15803451 or 12966670. OLE color: 12966670.

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

Color convert

RGB 14 219 197 -
CMYK 0.94 0 0.10 0.14
HSL 173.56º 0.88% 0.46% -
HSV(B) 173.56º 0.94% 0.86% -
XYZ 35.59 54.79 61.52 -
YUV 155.2 151.58 27.29 -
System Red Green Blue C M Y K H S L
Decimal 14 219 197 0.94 0 0.10 0.14 173.56 0.88 0.46
Hex E DB C5 5E 0 A E AE 58 2E
Octal 16 333 305 136 0 12 16 256 130 56
Binary 1110 11011011 11000101 1011110 0 1010 1110 10101110 1011000 101110

Color Harmonies of #0EDBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDBC5

Black with #0EDBC5

Text Example


Text Example

White with #0EDBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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