#05E8FB

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

Shades of Aqua #05E8FB

Tints of Aqua #05E8FB

Color information

#05E8FB (or 0x05E8FB) is unknown color: approx Aqua. HEX triplet: 05, E8 and FB. RGB value is (5,232,251). Sum of RGB (Red+Green+Blue) = 5+232+251=488 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #05E8FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05E8FB is #FA1704. Grayscale: #A5A5A5. Windows color (decimal): -16389893 or 16508933. OLE color: 16508933.

HSL color Cylindrical-coordinate representation of color #05E8FB: hue angle of 184.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E8FB is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5232251-
CMYK0.980.0800.02
HSL184.63º96.85%50.2%-
HSV(B)184.63º98.01%98.43%-
XYZ46.3364.71101.32-
YUV166.29175.7912.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 232 (91.02% from 255) = 47.54%
BLUE value IS 251 (98.44% from 255) = 51.43%
R=1.02%
G=47.54%
B=51.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52322510.980.0800.02184.6396.8550.2
Hex5E8FB62802b96132
Octal5350373142100227114162
Binary101111010001111101111000101000010101110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,232,251); }

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

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

 a { background-color: rgb(5,232,251); }

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

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

 span { border-color: rgb(5,232,251); }

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