#19EAFA

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

Shades of Aqua #19EAFA

Tints of Aqua #19EAFA

Color information

#19EAFA (or 0x19EAFA) is unknown color: approx Aqua. HEX triplet: 19, EA and FA. RGB value is (25,234,250). Sum of RGB (Red+Green+Blue) = 25+234+250=509 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.91% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #19EAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EAFA is #E61505. Grayscale: #ADADAD. Windows color (decimal): -15078662 or 16443929. OLE color: 16443929.

HSL color Cylindrical-coordinate representation of color #19EAFA: hue angle of 184.27º 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 #19EAFA is Cyan = 0.9, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB25234250-
CMYK0.90.0600.02
HSL184.27º95.74%53.92%-
HSV(B)184.27º90%98.04%-
XYZ47.0865.95100.69-
YUV173.33171.2622.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.91%
GREEN value IS 234 (91.80% from 255) = 45.97%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=4.91%
G=45.97%
B=49.12%

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
Decimal252342500.90.0600.02184.2795.7453.92
Hex19EAFA5A602b86036
Octal3135237213260227014066
Binary1100111101010111110101011010110010101110001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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