#00FAFF

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

Shades of Aqua #00FAFF

Tints of Aqua #00FAFF

Color information

#00FAFF (or 0x00FAFF) is unknown color: approx Aqua. HEX triplet: 00, FA and FF. RGB value is (0,250,255). Sum of RGB (Red+Green+Blue) = 0+250+255=505 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #00FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FAFF is #FF0500. Grayscale: #AFAFAF. Windows color (decimal): -16712961 or 16775680. OLE color: 16775680.

HSL color Cylindrical-coordinate representation of color #00FAFF: hue angle of 181.18º 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 #00FAFF is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0250255-
CMYK10.0200
HSL181.18º100%50%-
HSV(B)181.18º100%100%-
XYZ52.2475.59106.45-
YUV175.82172.682.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 255 (100% from 255) = 50.50%
R=0%
G=49.50%
B=50.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal025025510.0200181.1810050
Hex0FAFF64200b56432
Octal037237714420026514462
Binary0111110101111111111001001000101101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,250,255); }

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

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

 a { background-color: rgb(0,250,255); }

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

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

 span { border-color: rgb(0,250,255); }

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