Html Css Color HEX #19EFFF Aqua

📋 copy color: '#19EFFF'

red 25 ◦ green 239 ◦ blue 255

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

Shades of Aqua #19EFFF

Tints of Aqua #19EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.05%

 BLUE value IS 255 (100% from 255) = 49.13%

R = 4.82%
G = 46.05%
B = 49.13%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#19EFFF (or 0x19EFFF) is known color: Aqua. HEX triplet: 19, EF and FF. RGB value is (25,239,255). Sum of RGB (Red+Green+Blue) = 25+239+255=519 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.82% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #19EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EFFF is #E61000. Grayscale: #B0B0B0. Windows color (decimal): -15077377 or 16772889. OLE color: 16772889.

HSL color Cylindrical-coordinate representation of color #19EFFF: hue angle of 184.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EFFF is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 239 255 -
CMYK 0.90 0.06 0 0
HSL 184.17º 1% 0.55% -
HSV(B) 184.17º 0.9% 1% -
XYZ 49.32 69.16 105.36 -
YUV 176.84 172.1 19.7 -
System Red Green Blue C M Y K H S L
Decimal 25 239 255 0.90 0.06 0 0 184.17 1 0.55
Hex 19 EF FF 5A 6 0 0 B8 64 37
Octal 31 357 377 132 6 0 0 270 144 67
Binary 11001 11101111 11111111 1011010 110 0 0 10111000 1100100 110111

Color Harmonies of #19EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EFFF

Black with #19EFFF

Text Example


Text Example

White with #19EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,239,255); }

 H1.HeaderClassName
 {
   color: #19EFFF;
 }
 .AnyTagClassName
 {
   color: #19EFFF;
 }
</style>

background-color css

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

 a { background-color: rgb(25,239,255); }

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

border-color css

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

 span { border-color: rgb(25,239,255); }

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