Html Css Color HEX #199FCD Pacific Blue

📋 copy color: '#199FCD'

red 25 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #199FCD

Tints of Pacific Blue #199FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 6.43%
G = 40.87%
B = 52.7%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#199FCD (or 0x199FCD) is known color: Pacific Blue. HEX triplet: 19, 9F and CD. RGB value is (25,159,205). Sum of RGB (Red+Green+Blue) = 25+159+205=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #199FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199FCD is #E66032. Grayscale: #7B7B7B. Windows color (decimal): -15097907 or 13475609. OLE color: 13475609.

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

Color convert

RGB 25 159 205 -
CMYK 0.88 0.22 0 0.20
HSL 195.33º 0.78% 0.45% -
HSV(B) 195.33º 0.88% 0.8% -
XYZ 23.82 29.41 62.18 -
YUV 124.18 173.61 57.26 -
System Red Green Blue C M Y K H S L
Decimal 25 159 205 0.88 0.22 0 0.20 195.33 0.78 0.45
Hex 19 9F CD 58 16 0 14 C3 4E 2D
Octal 31 237 315 130 26 0 24 303 116 55
Binary 11001 10011111 11001101 1011000 10110 0 10100 11000011 1001110 101101

Color Harmonies of #199FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199FCD

Black with #199FCD

Text Example


Text Example

White with #199FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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