#2FFAFE

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

Shades of Aqua #2FFAFE

Tints of Aqua #2FFAFE

Color information

#2FFAFE (or 0x2FFAFE) is unknown color: approx Aqua. HEX triplet: 2F, FA and FE. RGB value is (47,250,254). Sum of RGB (Red+Green+Blue) = 47+250+254=551 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.53% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FFAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAFE is #D00501. Grayscale: #BDBDBD. Windows color (decimal): -13632770 or 16710191. OLE color: 16710191.

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

Color convert

RGB47250254-
CMYK0.810.0200.00
HSL181.16º99.04%59.02%-
HSV(B)181.16º81.5%99.61%-
XYZ53.2576.13105.65-
YUV189.76164.2526.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.53%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=8.53%
G=45.37%
B=46.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472502540.810.0200.00181.1699.0459.02
Hex2FFAFE51200b5633b
Octal5737237612120026514373
Binary101111111110101111111010100011000101101011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FFAFE; }

 p { color: rgb(47,250,254); }

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

<style>
 a { background-color: #2FFAFE; }

 a { background-color: rgb(47,250,254); }

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

<style>
 span { border-color: #2FFAFE; }

 span { border-color: rgb(47,250,254); }

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