Html Css Color HEX #199EDD Summer Sky

📋 copy color: '#199EDD'

red 25 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #199EDD

Tints of Summer Sky #199EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

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

R = 6.19%
G = 39.11%
B = 54.7%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#199EDD (or 0x199EDD) is known color: Summer Sky. HEX triplet: 19, 9E and DD. RGB value is (25,158,221). Sum of RGB (Red+Green+Blue) = 25+158+221=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #199EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EDD is #E66122. Grayscale: #7D7D7D. Windows color (decimal): -15098147 or 14523929. OLE color: 14523929.

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

Color convert

RGB 25 158 221 -
CMYK 0.89 0.29 0 0.13
HSL 199.29º 0.8% 0.48% -
HSV(B) 199.29º 0.89% 0.87% -
XYZ 25.68 29.88 72.82 -
YUV 125.42 181.94 56.38 -
System Red Green Blue C M Y K H S L
Decimal 25 158 221 0.89 0.29 0 0.13 199.29 0.8 0.48
Hex 19 9E DD 59 1D 0 D C7 50 30
Octal 31 236 335 131 35 0 15 307 120 60
Binary 11001 10011110 11011101 1011001 11101 0 1101 11000111 1010000 110000

Color Harmonies of #199EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EDD

Black with #199EDD

Text Example


Text Example

White with #199EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199EDD; }

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

 H1.HeaderClassName
 {
   color: #199EDD;
 }
 .AnyTagClassName
 {
   color: #199EDD;
 }
</style>

background-color css

<style>
 a { background-color: #199EDD; }

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

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

border-color css

<style>
 span { border-color: #199EDD; }

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

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