Html Css Color HEX #19AADF Summer Sky

📋 copy color: '#19AADF'

red 25 ◦ green 170 ◦ blue 223

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

Shades of Summer Sky #19AADF

Tints of Summer Sky #19AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 5.98%
G = 40.67%
B = 53.35%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19AADF (or 0x19AADF) is known color: Summer Sky. HEX triplet: 19, AA and DF. RGB value is (25,170,223). Sum of RGB (Red+Green+Blue) = 25+170+223=418 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.98% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #19AADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AADF is #E65520. Grayscale: #848484. Windows color (decimal): -15095073 or 14658073. OLE color: 14658073.

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

Color convert

RGB 25 170 223 -
CMYK 0.89 0.24 0 0.13
HSL 196.06º 0.8% 0.49% -
HSV(B) 196.06º 0.89% 0.87% -
XYZ 28.09 34.28 74.95 -
YUV 132.69 178.96 51.19 -
System Red Green Blue C M Y K H S L
Decimal 25 170 223 0.89 0.24 0 0.13 196.06 0.8 0.49
Hex 19 AA DF 59 18 0 D C4 50 31
Octal 31 252 337 131 30 0 15 304 120 61
Binary 11001 10101010 11011111 1011001 11000 0 1101 11000100 1010000 110001

Color Harmonies of #19AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AADF

Black with #19AADF

Text Example


Text Example

White with #19AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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