#05FAFE

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

Shades of Aqua #05FAFE

Tints of Aqua #05FAFE

Color information

#05FAFE (or 0x05FAFE) is unknown color: approx Aqua. HEX triplet: 05, FA and FE. RGB value is (5,250,254). Sum of RGB (Red+Green+Blue) = 5+250+254=509 (67% of max value = 765). Red value is 5 (2.34% from 255 or 0.98% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #05FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FAFE is #FA0501. Grayscale: #B0B0B0. Windows color (decimal): -16385282 or 16710149. OLE color: 16710149.

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

Color convert

RGB5250254-
CMYK0.980.0200.00
HSL180.96º99.2%50.78%-
HSV(B)180.96º98.03%99.61%-
XYZ52.1475.56105.6-
YUV177.2171.335.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 0.98%
GREEN value IS 250 (98.05% from 255) = 49.12%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=0.98%
G=49.12%
B=49.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal52502540.980.0200.00180.9699.250.78
Hex5FAFE62200b56333
Octal537237614220026514363
Binary101111110101111111011000101000101101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05FAFE; }

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

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

<style>
 a { background-color: #05FAFE; }

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

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

<style>
 span { border-color: #05FAFE; }

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

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