#01F8FE

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

Shades of Aqua #01F8FE

Tints of Aqua #01F8FE

Color information

#01F8FE (or 0x01F8FE) is unknown color: approx Aqua. HEX triplet: 01, F8 and FE. RGB value is (1,248,254). Sum of RGB (Red+Green+Blue) = 1+248+254=503 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #01F8FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F8FE is #FE0701. Grayscale: #AEAEAE. Windows color (decimal): -16647938 or 16709633. OLE color: 16709633.

HSL color Cylindrical-coordinate representation of color #01F8FE: hue angle of 181.42º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F8FE is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1248254-
CMYK1.000.0200.00
HSL181.42º99.22%50%-
HSV(B)181.42º99.61%99.61%-
XYZ51.4774.3105.39-
YUV174.83172.674.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.20%
GREEN value IS 248 (97.27% from 255) = 49.30%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=0.20%
G=49.30%
B=50.50%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal12482541.000.0200.00181.4299.2250
Hex1F8FE64200b56332
Octal137037614420026514362
Binary1111110001111111011001001000101101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01F8FE; }

 p { color: rgb(1,248,254); }

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

<style>
 a { background-color: #01F8FE; }

 a { background-color: rgb(1,248,254); }

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

<style>
 span { border-color: #01F8FE; }

 span { border-color: rgb(1,248,254); }

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