#19EBF9

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

Shades of Aqua #19EBF9

Tints of Aqua #19EBF9

Color information

#19EBF9 (or 0x19EBF9) is unknown color: approx Aqua. HEX triplet: 19, EB and F9. RGB value is (25,235,249). Sum of RGB (Red+Green+Blue) = 25+235+249=509 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.91% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #19EBF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EBF9 is #E61406. Grayscale: #ADADAD. Windows color (decimal): -15078407 or 16378649. OLE color: 16378649.

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

Color convert

RGB25235249-
CMYK0.900.0600.02
HSL183.75º94.92%53.73%-
HSV(B)183.75º89.96%97.65%-
XYZ47.2166.4699.96-
YUV173.81170.4321.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.91%
GREEN value IS 235 (92.19% from 255) = 46.17%
BLUE value IS 249 (97.66% from 255) = 48.92%
R=4.91%
G=46.17%
B=48.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal252352490.900.0600.02183.7594.9253.73
Hex19EBF95A602b85f36
Octal3135337113260227013766
Binary1100111101011111110011011010110010101110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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