#19ECFA

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

Shades of Aqua #19ECFA

Tints of Aqua #19ECFA

Color information

#19ECFA (or 0x19ECFA) is unknown color: approx Aqua. HEX triplet: 19, EC and FA. RGB value is (25,236,250). Sum of RGB (Red+Green+Blue) = 25+236+250=511 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.89% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #19ECFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECFA is #E61305. Grayscale: #AEAEAE. Windows color (decimal): -15078150 or 16444441. OLE color: 16444441.

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

Color convert

RGB25236250-
CMYK0.90.0600.02
HSL183.73º95.74%53.92%-
HSV(B)183.73º90%98.04%-
XYZ47.6567.1100.88-
YUV174.51170.621.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.89%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=4.89%
G=46.18%
B=48.92%

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
Decimal252362500.90.0600.02183.7395.7453.92
Hex19ECFA5A602b86036
Octal3135437213260227014066
Binary1100111101100111110101011010110010101110001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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