#00F8FB

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

Shades of Aqua #00F8FB

Tints of Aqua #00F8FB

Color information

#00F8FB (or 0x00F8FB) is unknown color: approx Aqua. HEX triplet: 00, F8 and FB. RGB value is (0,248,251). Sum of RGB (Red+Green+Blue) = 0+248+251=499 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #00F8FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F8FB is #FF0704. Grayscale: #ADADAD. Windows color (decimal): -16713477 or 16513024. OLE color: 16513024.

HSL color Cylindrical-coordinate representation of color #00F8FB: hue angle of 180.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F8FB is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0248251-
CMYK10.0100.02
HSL180.72º100%49.22%-
HSV(B)180.72º100%98.43%-
XYZ50.9874.1102.88-
YUV174.19171.343.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 248 (97.27% from 255) = 49.70%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=0%
G=49.70%
B=50.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal024825110.0100.02180.7210049.22
Hex0F8FB64102b56431
Octal037037314410226514461
Binary0111110001111101111001001010101101011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,248,251); }

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

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

 a { background-color: rgb(0,248,251); }

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

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

 span { border-color: rgb(0,248,251); }

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