Html Css Color HEX #199CC6 Pelorous

📋 copy color: '#199CC6'

red 25 ◦ green 156 ◦ blue 198

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

Shades of Pelorous #199CC6

Tints of Pelorous #199CC6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 6.6%
G = 41.16%
B = 52.24%

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

#199CC6 (or 0x199CC6) is known color: Pelorous. HEX triplet: 19, 9C and C6. RGB value is (25,156,198). Sum of RGB (Red+Green+Blue) = 25+156+198=379 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.60% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #199CC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CC6 is #E66339. Grayscale: #797979. Windows color (decimal): -15098682 or 13016089. OLE color: 13016089.

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

Color convert

RGB 25 156 198 -
CMYK 0.87 0.21 0 0.22
HSL 194.57º 0.78% 0.44% -
HSV(B) 194.57º 0.87% 0.78% -
XYZ 22.48 28.06 57.66 -
YUV 121.62 171.1 59.08 -
System Red Green Blue C M Y K H S L
Decimal 25 156 198 0.87 0.21 0 0.22 194.57 0.78 0.44
Hex 19 9C C6 57 15 0 16 C3 4E 2C
Octal 31 234 306 127 25 0 26 303 116 54
Binary 11001 10011100 11000110 1010111 10101 0 10110 11000011 1001110 101100

Color Harmonies of #199CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CC6

Black with #199CC6

Text Example


Text Example

White with #199CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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