#2FF4FE

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

Shades of Aqua #2FF4FE

Tints of Aqua #2FF4FE

Color information

#2FF4FE (or 0x2FF4FE) is unknown color: approx Aqua. HEX triplet: 2F, F4 and FE. RGB value is (47,244,254). Sum of RGB (Red+Green+Blue) = 47+244+254=545 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.62% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FF4FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF4FE is #D00B01. Grayscale: #B9B9B9. Windows color (decimal): -13634306 or 16708655. OLE color: 16708655.

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

Color convert

RGB47244254-
CMYK0.810.0400.00
HSL182.9º99.04%59.02%-
HSV(B)182.9º81.5%99.61%-
XYZ51.4172.46105.04-
YUV186.24166.2328.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.62%
GREEN value IS 244 (95.70% from 255) = 44.77%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=8.62%
G=44.77%
B=46.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal472442540.810.0400.00182.999.0459.02
Hex2FF4FE51400b7633b
Octal5736437612140026714373
Binary1011111111010011111110101000110000101101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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