#19f4f8

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

Shades of Aqua #19F4F8

Tints of Aqua #19F4F8

Color information

#19F4F8 (or 0x19F4F8) is unknown color: approx Aqua. HEX triplet: 19, F4 and F8. RGB value is (25,244,248). Sum of RGB (Red+Green+Blue) = 25+244+248=517 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #19F4F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F4F8 is #E60B07. Grayscale: #B2B2B2. Windows color (decimal): -15076104 or 16315417. OLE color: 16315417.

HSL color Cylindrical-coordinate representation of color #19F4F8: hue angle of 181.08º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F4F8 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB25244248-
CMYK0.900.0200.03
HSL181.08º94.09%53.53%-
HSV(B)181.08º89.92%97.25%-
XYZ49.6971.69100.02-
YUV178.97166.9518.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.84%
GREEN value IS 244 (95.70% from 255) = 47.20%
BLUE value IS 248 (97.27% from 255) = 47.97%
R=4.84%
G=47.20%
B=47.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal252442480.900.0200.03181.0894.0953.53
Hex19F4F85A203b55e36
Octal3136437013220326513666
Binary110011111010011111000101101010011101101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19f4f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,244,248); }

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

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

 a { background-color: rgb(25,244,248); }

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

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

 span { border-color: rgb(25,244,248); }

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

cancel