Html Css Color HEX #199ACC Pacific Blue

📋 copy color: '#199ACC'

red 25 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #199ACC

Tints of Pacific Blue #199ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

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

R = 6.53%
G = 40.21%
B = 53.26%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#199ACC (or 0x199ACC) is known color: Pacific Blue. HEX triplet: 19, 9A and CC. RGB value is (25,154,204). Sum of RGB (Red+Green+Blue) = 25+154+204=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #199ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ACC is #E66533. Grayscale: #787878. Windows color (decimal): -15099188 or 13408793. OLE color: 13408793.

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

Color convert

RGB 25 154 204 -
CMYK 0.88 0.25 0 0.2
HSL 196.76º 0.78% 0.45% -
HSV(B) 196.76º 0.88% 0.8% -
XYZ 22.86 27.68 61.26 -
YUV 121.13 174.76 59.43 -
System Red Green Blue C M Y K H S L
Decimal 25 154 204 0.88 0.25 0 0.2 196.76 0.78 0.45
Hex 19 9A CC 58 19 0 14 C5 4E 2D
Octal 31 232 314 130 31 0 24 305 116 55
Binary 11001 10011010 11001100 1011000 11001 0 10100 11000101 1001110 101101

Color Harmonies of #199ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ACC

Black with #199ACC

Text Example


Text Example

White with #199ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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