Html Css Color HEX #0EFDFB Aqua

📋 copy color: '#0EFDFB'

red 14 ◦ green 253 ◦ blue 251

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

Shades of Aqua #0EFDFB

Tints of Aqua #0EFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.84%

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 2.7%
G = 48.84%
B = 48.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#0EFDFB (or 0x0EFDFB) is known color: Aqua. HEX triplet: 0E, FD and FB. RGB value is (14,253,251). Sum of RGB (Red+Green+Blue) = 14+253+251=518 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.70% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFDFB is #F10204. Grayscale: #B5B5B5. Windows color (decimal): -15794693 or 16514318. OLE color: 16514318.

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

Color convert

RGB 14 253 251 -
CMYK 0.94 0 0.01 0.01
HSL 179.5º 0.98% 0.52% -
HSV(B) 179.5º 0.94% 0.99% -
XYZ 52.72 77.31 103.41 -
YUV 181.31 167.32 8.66 -
System Red Green Blue C M Y K H S L
Decimal 14 253 251 0.94 0 0.01 0.01 179.5 0.98 0.52
Hex E FD FB 5E 0 1 1 B3 62 34
Octal 16 375 373 136 0 1 1 263 142 64
Binary 1110 11111101 11111011 1011110 0 1 1 10110011 1100010 110100

Color Harmonies of #0EFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFDFB

Black with #0EFDFB

Text Example


Text Example

White with #0EFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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