Html Css Color HEX #199DCF Pacific Blue

📋 copy color: '#199DCF'

red 25 ◦ green 157 ◦ blue 207

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

Shades of Pacific Blue #199DCF

Tints of Pacific Blue #199DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 6.43%
G = 40.36%
B = 53.21%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#199DCF (or 0x199DCF) is known color: Pacific Blue. HEX triplet: 19, 9D and CF. RGB value is (25,157,207). Sum of RGB (Red+Green+Blue) = 25+157+207=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #199DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DCF is #E66230. Grayscale: #7A7A7A. Windows color (decimal): -15098417 or 13606169. OLE color: 13606169.

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

Color convert

RGB 25 157 207 -
CMYK 0.88 0.24 0 0.19
HSL 196.48º 0.78% 0.45% -
HSV(B) 196.48º 0.88% 0.81% -
XYZ 23.72 28.83 63.35 -
YUV 123.23 175.27 57.93 -
System Red Green Blue C M Y K H S L
Decimal 25 157 207 0.88 0.24 0 0.19 196.48 0.78 0.45
Hex 19 9D CF 58 18 0 13 C4 4E 2D
Octal 31 235 317 130 30 0 23 304 116 55
Binary 11001 10011101 11001111 1011000 11000 0 10011 11000100 1001110 101101

Color Harmonies of #199DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DCF

Black with #199DCF

Text Example


Text Example

White with #199DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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