Html Css Color HEX #0EFBED Aqua

📋 copy color: '#0EFBED'

red 14 ◦ green 251 ◦ blue 237

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

Shades of Aqua #0EFBED

Tints of Aqua #0EFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 2.79%
G = 50%
B = 47.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#0EFBED (or 0x0EFBED) is known color: Aqua. HEX triplet: 0E, FB and ED. RGB value is (14,251,237). Sum of RGB (Red+Green+Blue) = 14+251+237=502 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.79% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFBED is #F10412. Grayscale: #B2B2B2. Windows color (decimal): -15795219 or 15596302. OLE color: 15596302.

HSL color Cylindrical-coordinate representation of color #0EFBED: hue angle of 176.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFBED is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 251 237 -
CMYK 0.94 0 0.06 0.02
HSL 176.46º 0.97% 0.52% -
HSV(B) 176.46º 0.94% 0.98% -
XYZ 49.96 75.2 92 -
YUV 178.54 160.98 10.64 -
System Red Green Blue C M Y K H S L
Decimal 14 251 237 0.94 0 0.06 0.02 176.46 0.97 0.52
Hex E FB ED 5E 0 6 2 B0 61 34
Octal 16 373 355 136 0 6 2 260 141 64
Binary 1110 11111011 11101101 1011110 0 110 10 10110000 1100001 110100

Color Harmonies of #0EFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFBED

Black with #0EFBED

Text Example


Text Example

White with #0EFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,251,237); }

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

background-color css

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

 a { background-color: rgb(14,251,237); }

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

border-color css

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

 span { border-color: rgb(14,251,237); }

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