Html Css Color HEX #199EDC Summer Sky

📋 copy color: '#199EDC'

red 25 ◦ green 158 ◦ blue 220

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

Shades of Summer Sky #199EDC

Tints of Summer Sky #199EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 6.2%
G = 39.21%
B = 54.59%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#199EDC (or 0x199EDC) is known color: Summer Sky. HEX triplet: 19, 9E and DC. RGB value is (25,158,220). Sum of RGB (Red+Green+Blue) = 25+158+220=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #199EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EDC is #E66123. Grayscale: #7C7C7C. Windows color (decimal): -15098148 or 14458393. OLE color: 14458393.

HSL color Cylindrical-coordinate representation of color #199EDC: hue angle of 199.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EDC is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 158 220 -
CMYK 0.89 0.28 0 0.14
HSL 199.08º 0.8% 0.48% -
HSV(B) 199.08º 0.89% 0.86% -
XYZ 25.55 29.83 72.12 -
YUV 125.3 181.44 56.46 -
System Red Green Blue C M Y K H S L
Decimal 25 158 220 0.89 0.28 0 0.14 199.08 0.8 0.48
Hex 19 9E DC 59 1C 0 E C7 50 30
Octal 31 236 334 131 34 0 16 307 120 60
Binary 11001 10011110 11011100 1011001 11100 0 1110 11000111 1010000 110000

Color Harmonies of #199EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EDC

Black with #199EDC

Text Example


Text Example

White with #199EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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