Html Css Color HEX #19EAFA Aqua

📋 copy color: '#19EAFA'

red 25 ◦ green 234 ◦ blue 250

#19EAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #19EAFA

Tints of Aqua #19EAFA

RGB

 RED value IS 25 (10.16% from 255) = 4.91%

 GREEN value IS 234 (91.8% 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 value IS 0.9

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19EAFA (or 0x19EAFA) is known color: 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

RGB 25 234 250 -
CMYK 0.9 0.06 0 0.02
HSL 184.27º 0.96% 0.54% -
HSV(B) 184.27º 0.9% 0.98% -
XYZ 47.08 65.95 100.69 -
YUV 173.33 171.26 22.2 -
System Red Green Blue C M Y K H S L
Decimal 25 234 250 0.9 0.06 0 0.02 184.27 0.96 0.54
Hex 19 EA FA 5A 6 0 2 B8 60 36
Octal 31 352 372 132 6 0 2 270 140 66
Binary 11001 11101010 11111010 1011010 110 0 10 10111000 1100000 110110

Color Harmonies of #19EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EAFA

Black with #19EAFA

Text Example


Text Example

White with #19EAFA

Text Example


Text Example

HTML Codes & Css Web 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>