Html Css Color HEX #199DDE Summer Sky

📋 copy color: '#199DDE'

red 25 ◦ green 157 ◦ blue 222

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

Shades of Summer Sky #199DDE

Tints of Summer Sky #199DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

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

R = 6.19%
G = 38.86%
B = 54.95%

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

#199DDE (or 0x199DDE) is known color: Summer Sky. HEX triplet: 19, 9D and DE. RGB value is (25,157,222). Sum of RGB (Red+Green+Blue) = 25+157+222=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #199DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DDE is #E66221. Grayscale: #7C7C7C. Windows color (decimal): -15098402 or 14589209. OLE color: 14589209.

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

Color convert

RGB 25 157 222 -
CMYK 0.89 0.29 0 0.13
HSL 199.8º 0.8% 0.48% -
HSV(B) 199.8º 0.89% 0.87% -
XYZ 25.64 29.59 73.47 -
YUV 124.94 182.77 56.71 -
System Red Green Blue C M Y K H S L
Decimal 25 157 222 0.89 0.29 0 0.13 199.8 0.8 0.48
Hex 19 9D DE 59 1D 0 D C8 50 30
Octal 31 235 336 131 35 0 15 310 120 60
Binary 11001 10011101 11011110 1011001 11101 0 1101 11001000 1010000 110000

Color Harmonies of #199DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DDE

Black with #199DDE

Text Example


Text Example

White with #199DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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