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

📋 copy color: '#0EE0C5'

red 14 ◦ green 224 ◦ blue 197

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

Shades of Robin's Egg Blue #0EE0C5

Tints of Robin's Egg Blue #0EE0C5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.49%

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

R = 3.22%
G = 51.49%
B = 45.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#0EE0C5 (or 0x0EE0C5) is known color: Robin's Egg Blue. HEX triplet: 0E, E0 and C5. RGB value is (14,224,197). Sum of RGB (Red+Green+Blue) = 14+224+197=435 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.22% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0C5 is #F11F3A. Grayscale: #9E9E9E. Windows color (decimal): -15802171 or 12967950. OLE color: 12967950.

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

Color convert

RGB 14 224 197 -
CMYK 0.94 0 0.12 0.12
HSL 172.29º 0.88% 0.47% -
HSV(B) 172.29º 0.94% 0.88% -
XYZ 36.91 57.44 61.96 -
YUV 158.13 149.93 25.2 -
System Red Green Blue C M Y K H S L
Decimal 14 224 197 0.94 0 0.12 0.12 172.29 0.88 0.47
Hex E E0 C5 5E 0 C C AC 58 2F
Octal 16 340 305 136 0 14 14 254 130 57
Binary 1110 11100000 11000101 1011110 0 1100 1100 10101100 1011000 101111

Color Harmonies of #0EE0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0C5

Black with #0EE0C5

Text Example


Text Example

White with #0EE0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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