#00F4FE

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

Shades of Aqua #00F4FE

Tints of Aqua #00F4FE

Color information

#00F4FE (or 0x00F4FE) is unknown color: approx Aqua. HEX triplet: 00, F4 and FE. RGB value is (0,244,254). Sum of RGB (Red+Green+Blue) = 0+244+254=498 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 498); Green value is 244 (95.70% from 255 or 49.00% 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 #00F4FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F4FE is #FF0B01. Grayscale: #ABABAB. Windows color (decimal): -16714498 or 16708608. OLE color: 16708608.

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

Color convert

RGB0244254-
CMYK10.0400.00
HSL182.36º100%49.8%-
HSV(B)182.36º100%99.61%-
XYZ50.2471.86104.99-
YUV172.18174.165.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 244 (95.70% from 255) = 49.00%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=0%
G=49.00%
B=51.00%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal024425410.0400.00182.3610049.8
Hex0F4FE64400b66432
Octal036437614440026614462
Binary01111010011111110110010010000101101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F4FE; }

 p { color: rgb(0,244,254); }

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

<style>
 a { background-color: #00F4FE; }

 a { background-color: rgb(0,244,254); }

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

<style>
 span { border-color: #00F4FE; }

 span { border-color: rgb(0,244,254); }

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