Html Css Color HEX #19EEF9 Aqua

📋 copy color: '#19EEF9'

red 25 ◦ green 238 ◦ blue 249

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

Shades of Aqua #19EEF9

Tints of Aqua #19EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.48%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 4.88%
G = 46.48%
B = 48.63%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#19EEF9 (or 0x19EEF9) is known color: Aqua. HEX triplet: 19, EE and F9. RGB value is (25,238,249). Sum of RGB (Red+Green+Blue) = 25+238+249=512 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.88% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #19EEF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EEF9 is #E61106. Grayscale: #AFAFAF. Windows color (decimal): -15077639 or 16379417. OLE color: 16379417.

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

Color convert

RGB 25 238 249 -
CMYK 0.90 0.04 0 0.02
HSL 182.95º 0.95% 0.54% -
HSV(B) 182.95º 0.9% 0.98% -
XYZ 48.07 68.2 100.25 -
YUV 175.57 169.43 20.61 -
System Red Green Blue C M Y K H S L
Decimal 25 238 249 0.90 0.04 0 0.02 182.95 0.95 0.54
Hex 19 EE F9 5A 4 0 2 B7 5F 36
Octal 31 356 371 132 4 0 2 267 137 66
Binary 11001 11101110 11111001 1011010 100 0 10 10110111 1011111 110110

Color Harmonies of #19EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EEF9

Black with #19EEF9

Text Example


Text Example

White with #19EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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