Html Css Color HEX #199DC7 Pelorous

📋 copy color: '#199DC7'

red 25 ◦ green 157 ◦ blue 199

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

Shades of Pelorous #199DC7

Tints of Pelorous #199DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.23%

R = 6.56%
G = 41.21%
B = 52.23%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#199DC7 (or 0x199DC7) is known color: Pelorous. HEX triplet: 19, 9D and C7. RGB value is (25,157,199). Sum of RGB (Red+Green+Blue) = 25+157+199=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #199DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DC7 is #E66238. Grayscale: #7A7A7A. Windows color (decimal): -15098425 or 13081881. OLE color: 13081881.

HSL color Cylindrical-coordinate representation of color #199DC7: hue angle of 194.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199DC7 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 157 199 -
CMYK 0.87 0.21 0 0.22
HSL 194.48º 0.78% 0.44% -
HSV(B) 194.48º 0.87% 0.78% -
XYZ 22.77 28.44 58.32 -
YUV 122.32 171.27 58.58 -
System Red Green Blue C M Y K H S L
Decimal 25 157 199 0.87 0.21 0 0.22 194.48 0.78 0.44
Hex 19 9D C7 57 15 0 16 C2 4E 2C
Octal 31 235 307 127 25 0 26 302 116 54
Binary 11001 10011101 11000111 1010111 10101 0 10110 11000010 1001110 101100

Color Harmonies of #199DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DC7

Black with #199DC7

Text Example


Text Example

White with #199DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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