#0FE4FE

Color #0FE4FE Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #0FE4FE

Tints of Aqua #0FE4FE

Color information

#0FE4FE (or 0x0FE4FE) is unknown color: approx Aqua. HEX triplet: 0F, E4 and FE. RGB value is (15,228,254). Sum of RGB (Red+Green+Blue) = 15+228+254=497 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FE4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE4FE is #F01B01. Grayscale: #A6A6A6. Windows color (decimal): -15735554 or 16704527. OLE color: 16704527.

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

Color convert

RGB15228254-
CMYK0.940.1000.00
HSL186.53º99.17%52.75%-
HSV(B)186.53º94.09%99.61%-
XYZ45.8362.74103.46-
YUV167.28176.9319.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.02%
GREEN value IS 228 (89.45% from 255) = 45.88%
BLUE value IS 254 (99.61% from 255) = 51.11%
R=3.02%
G=45.88%
B=51.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal152282540.940.1000.00186.5399.1752.75
HexFE4FE5EA00bb6335
Octal17344376136120027314365
Binary111111100100111111101011110101000101110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,228,254); }

 H1.HeaderClassName
 {
   color: #0FE4FE;
 }
 .AnyTagClassName
 {
   color: #0FE4FE;
 }
</style>
background-color css

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

 a { background-color: rgb(15,228,254); }

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

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

 span { border-color: rgb(15,228,254); }

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