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

📋 copy color: '#0EE0B8'

red 14 ◦ green 224 ◦ blue 184

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

Shades of Robin's Egg Blue #0EE0B8

Tints of Robin's Egg Blue #0EE0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 3.32%
G = 53.08%
B = 43.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#0EE0B8 (or 0x0EE0B8) is known color: Robin's Egg Blue. HEX triplet: 0E, E0 and B8. RGB value is (14,224,184). Sum of RGB (Red+Green+Blue) = 14+224+184=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0B8 is #F11F47. Grayscale: #9C9C9C. Windows color (decimal): -15802184 or 12115982. OLE color: 12115982.

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

Color convert

RGB 14 224 184 -
CMYK 0.94 0 0.18 0.12
HSL 168.57º 0.88% 0.47% -
HSV(B) 168.57º 0.94% 0.88% -
XYZ 35.49 56.87 54.45 -
YUV 156.65 143.43 26.25 -
System Red Green Blue C M Y K H S L
Decimal 14 224 184 0.94 0 0.18 0.12 168.57 0.88 0.47
Hex E E0 B8 5E 0 12 C A9 58 2F
Octal 16 340 270 136 0 22 14 251 130 57
Binary 1110 11100000 10111000 1011110 0 10010 1100 10101001 1011000 101111

Color Harmonies of #0EE0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0B8

Black with #0EE0B8

Text Example


Text Example

White with #0EE0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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