Html Css Color HEX #19AADA Summer Sky

📋 copy color: '#19AADA'

red 25 ◦ green 170 ◦ blue 218

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

Shades of Summer Sky #19AADA

Tints of Summer Sky #19AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 6.05%
G = 41.16%
B = 52.78%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#19AADA (or 0x19AADA) is known color: Summer Sky. HEX triplet: 19, AA and DA. RGB value is (25,170,218). Sum of RGB (Red+Green+Blue) = 25+170+218=413 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.05% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #19AADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AADA is #E65525. Grayscale: #838383. Windows color (decimal): -15095078 or 14330393. OLE color: 14330393.

HSL color Cylindrical-coordinate representation of color #19AADA: hue angle of 194.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19AADA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 170 218 -
CMYK 0.89 0.22 0 0.15
HSL 194.92º 0.79% 0.48% -
HSV(B) 194.92º 0.89% 0.85% -
XYZ 27.43 34.02 71.45 -
YUV 132.12 176.46 51.6 -
System Red Green Blue C M Y K H S L
Decimal 25 170 218 0.89 0.22 0 0.15 194.92 0.79 0.48
Hex 19 AA DA 59 16 0 F C3 4F 30
Octal 31 252 332 131 26 0 17 303 117 60
Binary 11001 10101010 11011010 1011001 10110 0 1111 11000011 1001111 110000

Color Harmonies of #19AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AADA

Black with #19AADA

Text Example


Text Example

White with #19AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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