#19EBFA

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

Shades of Aqua #19EBFA

Tints of Aqua #19EBFA

Color information

#19EBFA (or 0x19EBFA) is unknown color: approx Aqua. HEX triplet: 19, EB and FA. RGB value is (25,235,250). Sum of RGB (Red+Green+Blue) = 25+235+250=510 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.90% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #19EBFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EBFA is #E61405. Grayscale: #ADADAD. Windows color (decimal): -15078406 or 16444185. OLE color: 16444185.

HSL color Cylindrical-coordinate representation of color #19EBFA: hue angle of 184º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EBFA is Cyan = 0.9, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB25235250-
CMYK0.90.0600.02
HSL184º95.74%53.92%-
HSV(B)184º90%98.04%-
XYZ47.3666.53100.79-
YUV173.92170.9321.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.90%
GREEN value IS 235 (92.19% from 255) = 46.08%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=4.90%
G=46.08%
B=49.02%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal252352500.90.0600.0218495.7453.92
Hex19EBFA5A602b86036
Octal3135337213260227014066
Binary1100111101011111110101011010110010101110001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19EBFA; }

 p { color: rgb(25,235,250); }

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

<style>
 a { background-color: #19EBFA; }

 a { background-color: rgb(25,235,250); }

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

<style>
 span { border-color: #19EBFA; }

 span { border-color: rgb(25,235,250); }

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