Html Css Color HEX #19AADE Summer Sky

📋 copy color: '#19AADE'

red 25 ◦ green 170 ◦ blue 222

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

Shades of Summer Sky #19AADE

Tints of Summer Sky #19AADE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 6%
G = 40.77%
B = 53.24%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19AADE (or 0x19AADE) is known color: Summer Sky. HEX triplet: 19, AA and DE. RGB value is (25,170,222). Sum of RGB (Red+Green+Blue) = 25+170+222=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #19AADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AADE is #E65521. Grayscale: #848484. Windows color (decimal): -15095074 or 14592537. OLE color: 14592537.

HSL color Cylindrical-coordinate representation of color #19AADE: hue angle of 195.84º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AADE is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 170 222 -
CMYK 0.89 0.23 0 0.13
HSL 195.84º 0.8% 0.48% -
HSV(B) 195.84º 0.89% 0.87% -
XYZ 27.96 34.23 74.24 -
YUV 132.57 178.46 51.27 -
System Red Green Blue C M Y K H S L
Decimal 25 170 222 0.89 0.23 0 0.13 195.84 0.8 0.48
Hex 19 AA DE 59 17 0 D C4 50 30
Octal 31 252 336 131 27 0 15 304 120 60
Binary 11001 10101010 11011110 1011001 10111 0 1101 11000100 1010000 110000

Color Harmonies of #19AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AADE

Black with #19AADE

Text Example


Text Example

White with #19AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,170,222); }

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

background-color css

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

 a { background-color: rgb(25,170,222); }

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

border-color css

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

 span { border-color: rgb(25,170,222); }

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