#0FE5FE

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

Shades of Aqua #0FE5FE

Tints of Aqua #0FE5FE

Color information

#0FE5FE (or 0x0FE5FE) is unknown color: approx Aqua. HEX triplet: 0F, E5 and FE. RGB value is (15,229,254). Sum of RGB (Red+Green+Blue) = 15+229+254=498 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.01% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FE5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE5FE is #F01A01. Grayscale: #A7A7A7. Windows color (decimal): -15735298 or 16704783. OLE color: 16704783.

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

Color convert

RGB15229254-
CMYK0.940.1000.00
HSL186.28º99.17%52.75%-
HSV(B)186.28º94.09%99.61%-
XYZ46.1163.3103.55-
YUV167.86176.618.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.01%
GREEN value IS 229 (89.84% from 255) = 45.98%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=3.01%
G=45.98%
B=51.00%

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
Decimal152292540.940.1000.00186.2899.1752.75
HexFE5FE5EA00ba6335
Octal17345376136120027214365
Binary111111100101111111101011110101000101110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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