Html Css Color HEX #0EFFF6 Aqua

📋 copy color: '#0EFFF6'

red 14 ◦ green 255 ◦ blue 246

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

Shades of Aqua #0EFFF6

Tints of Aqua #0EFFF6

RGB

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

 GREEN value IS 255 (100% from 255) = 49.51%

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 2.72%
G = 49.51%
B = 47.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#0EFFF6 (or 0x0EFFF6) is known color: Aqua. HEX triplet: 0E, FF and F6. RGB value is (14,255,246). Sum of RGB (Red+Green+Blue) = 14+255+246=515 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.72% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFF6 is #F10009. Grayscale: #B5B5B5. Windows color (decimal): -15794186 or 16187150. OLE color: 16187150.

HSL color Cylindrical-coordinate representation of color #0EFFF6: hue angle of 177.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFF6 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 246 -
CMYK 0.95 0 0.04 0
HSL 177.76º 1% 0.53% -
HSV(B) 177.76º 0.95% 1% -
XYZ 52.58 78.27 99.52 -
YUV 181.92 164.16 8.23 -
System Red Green Blue C M Y K H S L
Decimal 14 255 246 0.95 0 0.04 0 177.76 1 0.53
Hex E FF F6 5F 0 4 0 B2 64 35
Octal 16 377 366 137 0 4 0 262 144 65
Binary 1110 11111111 11110110 1011111 0 100 0 10110010 1100100 110101

Color Harmonies of #0EFFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFF6

Black with #0EFFF6

Text Example


Text Example

White with #0EFFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,246); }

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

background-color css

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

 a { background-color: rgb(14,255,246); }

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

border-color css

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

 span { border-color: rgb(14,255,246); }

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