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

📋 copy color: '#0EE0C4'

red 14 ◦ green 224 ◦ blue 196

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

Shades of Robin's Egg Blue #0EE0C4

Tints of Robin's Egg Blue #0EE0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.16%

R = 3.23%
G = 51.61%
B = 45.16%

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

#0EE0C4 (or 0x0EE0C4) is known color: Robin's Egg Blue. HEX triplet: 0E, E0 and C4. RGB value is (14,224,196). Sum of RGB (Red+Green+Blue) = 14+224+196=434 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0C4 is #F11F3B. Grayscale: #9D9D9D. Windows color (decimal): -15802172 or 12902414. OLE color: 12902414.

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

Color convert

RGB 14 224 196 -
CMYK 0.94 0 0.12 0.12
HSL 172º 0.88% 0.47% -
HSV(B) 172º 0.94% 0.88% -
XYZ 36.8 57.39 61.36 -
YUV 158.02 149.43 25.28 -
System Red Green Blue C M Y K H S L
Decimal 14 224 196 0.94 0 0.12 0.12 172 0.88 0.47
Hex E E0 C4 5E 0 C C AC 58 2F
Octal 16 340 304 136 0 14 14 254 130 57
Binary 1110 11100000 11000100 1011110 0 1100 1100 10101100 1011000 101111

Color Harmonies of #0EE0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0C4

Black with #0EE0C4

Text Example


Text Example

White with #0EE0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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