Html Css Color HEX #199FC6 Pelorous

📋 copy color: '#199FC6'

red 25 ◦ green 159 ◦ blue 198

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

Shades of Pelorous #199FC6

Tints of Pelorous #199FC6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.62%

 BLUE value IS 198 (77.73% from 255) = 51.83%

R = 6.54%
G = 41.62%
B = 51.83%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#199FC6 (or 0x199FC6) is known color: Pelorous. HEX triplet: 19, 9F and C6. RGB value is (25,159,198). Sum of RGB (Red+Green+Blue) = 25+159+198=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #199FC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FC6 is #E66039. Grayscale: #7B7B7B. Windows color (decimal): -15097914 or 13016857. OLE color: 13016857.

HSL color Cylindrical-coordinate representation of color #199FC6: hue angle of 193.53º 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 #199FC6 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 159 198 -
CMYK 0.87 0.20 0 0.22
HSL 193.53º 0.78% 0.44% -
HSV(B) 193.53º 0.87% 0.78% -
XYZ 22.99 29.08 57.83 -
YUV 123.38 170.11 57.83 -
System Red Green Blue C M Y K H S L
Decimal 25 159 198 0.87 0.20 0 0.22 193.53 0.78 0.44
Hex 19 9F C6 57 14 0 16 C2 4E 2C
Octal 31 237 306 127 24 0 26 302 116 54
Binary 11001 10011111 11000110 1010111 10100 0 10110 11000010 1001110 101100

Color Harmonies of #199FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FC6

Black with #199FC6

Text Example


Text Example

White with #199FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,159,198); }

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

background-color css

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

 a { background-color: rgb(25,159,198); }

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

border-color css

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

 span { border-color: rgb(25,159,198); }

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