#01F7FE

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

Shades of Aqua #01F7FE

Tints of Aqua #01F7FE

Color information

#01F7FE (or 0x01F7FE) is unknown color: approx Aqua. HEX triplet: 01, F7 and FE. RGB value is (1,247,254). Sum of RGB (Red+Green+Blue) = 1+247+254=502 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #01F7FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F7FE is #FE0801. Grayscale: #ADADAD. Windows color (decimal): -16648194 or 16709377. OLE color: 16709377.

HSL color Cylindrical-coordinate representation of color #01F7FE: hue angle of 181.66º 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 #01F7FE is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1247254-
CMYK1.000.0300.00
HSL181.66º99.22%50%-
HSV(B)181.66º99.61%99.61%-
XYZ51.1673.68105.29-
YUV174.241734.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.20%
GREEN value IS 247 (96.88% from 255) = 49.20%
BLUE value IS 254 (99.61% from 255) = 50.60%
R=0.20%
G=49.20%
B=50.60%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal12472541.000.0300.00181.6699.2250
Hex1F7FE64300b66332
Octal136737614430026614362
Binary1111101111111111011001001100101101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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