Html Css Color HEX #199EC8 Pacific Blue

📋 copy color: '#199EC8'

red 25 ◦ green 158 ◦ blue 200

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

Shades of Pacific Blue #199EC8

Tints of Pacific Blue #199EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.22%

R = 6.53%
G = 41.25%
B = 52.22%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#199EC8 (or 0x199EC8) is known color: Pacific Blue. HEX triplet: 19, 9E and C8. RGB value is (25,158,200). Sum of RGB (Red+Green+Blue) = 25+158+200=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #199EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EC8 is #E66137. Grayscale: #7A7A7A. Windows color (decimal): -15098168 or 13147673. OLE color: 13147673.

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

Color convert

RGB 25 158 200 -
CMYK 0.88 0.21 0 0.22
HSL 194.4º 0.78% 0.44% -
HSV(B) 194.4º 0.88% 0.78% -
XYZ 23.05 28.83 58.99 -
YUV 123.02 171.44 58.08 -
System Red Green Blue C M Y K H S L
Decimal 25 158 200 0.88 0.21 0 0.22 194.4 0.78 0.44
Hex 19 9E C8 58 15 0 16 C2 4E 2C
Octal 31 236 310 130 25 0 26 302 116 54
Binary 11001 10011110 11001000 1011000 10101 0 10110 11000010 1001110 101100

Color Harmonies of #199EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EC8

Black with #199EC8

Text Example


Text Example

White with #199EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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