Html Css Color HEX #199DCC Pacific Blue

📋 copy color: '#199DCC'

red 25 ◦ green 157 ◦ blue 204

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

Shades of Pacific Blue #199DCC

Tints of Pacific Blue #199DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 6.48%
G = 40.67%
B = 52.85%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#199DCC (or 0x199DCC) is known color: Pacific Blue. HEX triplet: 19, 9D and CC. RGB value is (25,157,204). Sum of RGB (Red+Green+Blue) = 25+157+204=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #199DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DCC is #E66233. Grayscale: #7A7A7A. Windows color (decimal): -15098420 or 13409561. OLE color: 13409561.

HSL color Cylindrical-coordinate representation of color #199DCC: hue angle of 195.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199DCC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 157 204 -
CMYK 0.88 0.23 0 0.2
HSL 195.75º 0.78% 0.45% -
HSV(B) 195.75º 0.88% 0.8% -
XYZ 23.36 28.68 61.43 -
YUV 122.89 173.77 58.18 -
System Red Green Blue C M Y K H S L
Decimal 25 157 204 0.88 0.23 0 0.2 195.75 0.78 0.45
Hex 19 9D CC 58 17 0 14 C4 4E 2D
Octal 31 235 314 130 27 0 24 304 116 55
Binary 11001 10011101 11001100 1011000 10111 0 10100 11000100 1001110 101101

Color Harmonies of #199DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DCC

Black with #199DCC

Text Example


Text Example

White with #199DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,157,204); }

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

background-color css

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

 a { background-color: rgb(25,157,204); }

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

border-color css

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

 span { border-color: rgb(25,157,204); }

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