Html Css Color HEX #0EFBEE Aqua

📋 copy color: '#0EFBEE'

red 14 ◦ green 251 ◦ blue 238

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

Shades of Aqua #0EFBEE

Tints of Aqua #0EFBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.32%

R = 2.78%
G = 49.9%
B = 47.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#0EFBEE (or 0x0EFBEE) is known color: Aqua. HEX triplet: 0E, FB and EE. RGB value is (14,251,238). Sum of RGB (Red+Green+Blue) = 14+251+238=503 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.78% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFBEE is #F10411. Grayscale: #B2B2B2. Windows color (decimal): -15795218 or 15661838. OLE color: 15661838.

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

Color convert

RGB 14 251 238 -
CMYK 0.94 0 0.05 0.02
HSL 176.71º 0.97% 0.52% -
HSV(B) 176.71º 0.94% 0.98% -
XYZ 50.11 75.26 92.77 -
YUV 178.66 161.48 10.56 -
System Red Green Blue C M Y K H S L
Decimal 14 251 238 0.94 0 0.05 0.02 176.71 0.97 0.52
Hex E FB EE 5E 0 5 2 B1 61 34
Octal 16 373 356 136 0 5 2 261 141 64
Binary 1110 11111011 11101110 1011110 0 101 10 10110001 1100001 110100

Color Harmonies of #0EFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFBEE

Black with #0EFBEE

Text Example


Text Example

White with #0EFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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