Html Css Color HEX #0EF9FF Aqua

📋 copy color: '#0EF9FF'

red 14 ◦ green 249 ◦ blue 255

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

Shades of Aqua #0EF9FF

Tints of Aqua #0EF9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.07%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 2.7%
G = 48.07%
B = 49.23%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0EF9FF (or 0x0EF9FF) is known color: Aqua. HEX triplet: 0E, F9 and FF. RGB value is (14,249,255). Sum of RGB (Red+Green+Blue) = 14+249+255=518 (68% of max value = 765). Red value is 14 (5.86% from 255 or 2.70% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #0EF9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF9FF is #F10600. Grayscale: #B3B3B3. Windows color (decimal): -15795713 or 16775438. OLE color: 16775438.

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

Color convert

RGB 14 249 255 -
CMYK 0.95 0.02 0 0
HSL 181.49º 1% 0.53% -
HSV(B) 181.49º 0.95% 1% -
XYZ 52.11 75.06 106.35 -
YUV 179.42 170.64 10.01 -
System Red Green Blue C M Y K H S L
Decimal 14 249 255 0.95 0.02 0 0 181.49 1 0.53
Hex E F9 FF 5F 2 0 0 B5 64 35
Octal 16 371 377 137 2 0 0 265 144 65
Binary 1110 11111001 11111111 1011111 10 0 0 10110101 1100100 110101

Color Harmonies of #0EF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF9FF

Black with #0EF9FF

Text Example


Text Example

White with #0EF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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