Html Css Color HEX #199CC9 Pacific Blue

📋 copy color: '#199CC9'

red 25 ◦ green 156 ◦ blue 201

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

Shades of Pacific Blue #199CC9

Tints of Pacific Blue #199CC9

RGB

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

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

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

R = 6.54%
G = 40.84%
B = 52.62%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#199CC9 (or 0x199CC9) is known color: Pacific Blue. HEX triplet: 19, 9C and C9. RGB value is (25,156,201). Sum of RGB (Red+Green+Blue) = 25+156+201=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #199CC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CC9 is #E66336. Grayscale: #797979. Windows color (decimal): -15098679 or 13212697. OLE color: 13212697.

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

Color convert

RGB 25 156 201 -
CMYK 0.88 0.22 0 0.21
HSL 195.34º 0.78% 0.44% -
HSV(B) 195.34º 0.88% 0.79% -
XYZ 22.83 28.2 59.5 -
YUV 121.96 172.6 58.84 -
System Red Green Blue C M Y K H S L
Decimal 25 156 201 0.88 0.22 0 0.21 195.34 0.78 0.44
Hex 19 9C C9 58 16 0 15 C3 4E 2C
Octal 31 234 311 130 26 0 25 303 116 54
Binary 11001 10011100 11001001 1011000 10110 0 10101 11000011 1001110 101100

Color Harmonies of #199CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CC9

Black with #199CC9

Text Example


Text Example

White with #199CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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