#2FF6FE

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

Shades of Aqua #2FF6FE

Tints of Aqua #2FF6FE

Color information

#2FF6FE (or 0x2FF6FE) is unknown color: approx Aqua. HEX triplet: 2F, F6 and FE. RGB value is (47,246,254). Sum of RGB (Red+Green+Blue) = 47+246+254=547 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.59% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FF6FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF6FE is #D00901. Grayscale: #BBBBBB. Windows color (decimal): -13633794 or 16709167. OLE color: 16709167.

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

Color convert

RGB47246254-
CMYK0.810.0300.00
HSL182.32º99.04%59.02%-
HSV(B)182.32º81.5%99.61%-
XYZ52.0273.67105.24-
YUV187.41165.5727.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.59%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=8.59%
G=44.97%
B=46.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472462540.810.0300.00182.3299.0459.02
Hex2FF6FE51300b6633b
Octal5736637612130026614373
Binary101111111101101111111010100011100101101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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