Html Css Color HEX #19ADDD Summer Sky

📋 copy color: '#19ADDD'

red 25 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #19ADDD

Tints of Summer Sky #19ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 5.97%
G = 41.29%
B = 52.74%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19ADDD (or 0x19ADDD) is known color: Summer Sky. HEX triplet: 19, AD and DD. RGB value is (25,173,221). Sum of RGB (Red+Green+Blue) = 25+173+221=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #19ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADDD is #E65222. Grayscale: #858585. Windows color (decimal): -15094307 or 14527769. OLE color: 14527769.

HSL color Cylindrical-coordinate representation of color #19ADDD: hue angle of 194.69º 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 #19ADDD is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 173 221 -
CMYK 0.89 0.22 0 0.13
HSL 194.69º 0.8% 0.48% -
HSV(B) 194.69º 0.89% 0.87% -
XYZ 28.4 35.31 73.73 -
YUV 134.22 176.97 50.1 -
System Red Green Blue C M Y K H S L
Decimal 25 173 221 0.89 0.22 0 0.13 194.69 0.8 0.48
Hex 19 AD DD 59 16 0 D C3 50 30
Octal 31 255 335 131 26 0 15 303 120 60
Binary 11001 10101101 11011101 1011001 10110 0 1101 11000011 1010000 110000

Color Harmonies of #19ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ADDD

Black with #19ADDD

Text Example


Text Example

White with #19ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,173,221); }

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

background-color css

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

 a { background-color: rgb(25,173,221); }

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

border-color css

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

 span { border-color: rgb(25,173,221); }

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