Html Css Color HEX #199FCC Pacific Blue

📋 copy color: '#199FCC'

red 25 ◦ green 159 ◦ blue 204

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

Shades of Pacific Blue #199FCC

Tints of Pacific Blue #199FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

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

R = 6.44%
G = 40.98%
B = 52.58%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#199FCC (or 0x199FCC) is known color: Pacific Blue. HEX triplet: 19, 9F and CC. RGB value is (25,159,204). Sum of RGB (Red+Green+Blue) = 25+159+204=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #199FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FCC is #E66033. Grayscale: #7B7B7B. Windows color (decimal): -15097908 or 13410073. OLE color: 13410073.

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

Color convert

RGB 25 159 204 -
CMYK 0.88 0.22 0 0.2
HSL 195.08º 0.78% 0.45% -
HSV(B) 195.08º 0.88% 0.8% -
XYZ 23.7 29.36 61.55 -
YUV 124.06 173.11 57.34 -
System Red Green Blue C M Y K H S L
Decimal 25 159 204 0.88 0.22 0 0.2 195.08 0.78 0.45
Hex 19 9F CC 58 16 0 14 C3 4E 2D
Octal 31 237 314 130 26 0 24 303 116 55
Binary 11001 10011111 11001100 1011000 10110 0 10100 11000011 1001110 101101

Color Harmonies of #199FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FCC

Black with #199FCC

Text Example


Text Example

White with #199FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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