Html Css Color HEX #199EC9 Pacific Blue

📋 copy color: '#199EC9'

red 25 ◦ green 158 ◦ blue 201

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

Shades of Pacific Blue #199EC9

Tints of Pacific Blue #199EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.34%

R = 6.51%
G = 41.15%
B = 52.34%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#199EC9 (or 0x199EC9) is known color: Pacific Blue. HEX triplet: 19, 9E and C9. RGB value is (25,158,201). Sum of RGB (Red+Green+Blue) = 25+158+201=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #199EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EC9 is #E66136. Grayscale: #7A7A7A. Windows color (decimal): -15098167 or 13213209. OLE color: 13213209.

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

Color convert

RGB 25 158 201 -
CMYK 0.88 0.21 0 0.21
HSL 194.66º 0.78% 0.44% -
HSV(B) 194.66º 0.88% 0.79% -
XYZ 23.17 28.88 59.61 -
YUV 123.14 171.94 58 -
System Red Green Blue C M Y K H S L
Decimal 25 158 201 0.88 0.21 0 0.21 194.66 0.78 0.44
Hex 19 9E C9 58 15 0 15 C3 4E 2C
Octal 31 236 311 130 25 0 25 303 116 54
Binary 11001 10011110 11001001 1011000 10101 0 10101 11000011 1001110 101100

Color Harmonies of #199EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EC9

Black with #199EC9

Text Example


Text Example

White with #199EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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