Html Css Color HEX #199BCD Pacific Blue

📋 copy color: '#199BCD'

red 25 ◦ green 155 ◦ blue 205

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

Shades of Pacific Blue #199BCD

Tints of Pacific Blue #199BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.26%

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

R = 6.49%
G = 40.26%
B = 53.25%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#199BCD (or 0x199BCD) is known color: Pacific Blue. HEX triplet: 19, 9B and CD. RGB value is (25,155,205). Sum of RGB (Red+Green+Blue) = 25+155+205=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #199BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BCD is #E66432. Grayscale: #797979. Windows color (decimal): -15098931 or 13474585. OLE color: 13474585.

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

Color convert

RGB 25 155 205 -
CMYK 0.88 0.24 0 0.20
HSL 196.67º 0.78% 0.45% -
HSV(B) 196.67º 0.88% 0.8% -
XYZ 23.14 28.06 61.95 -
YUV 121.83 174.93 58.93 -
System Red Green Blue C M Y K H S L
Decimal 25 155 205 0.88 0.24 0 0.20 196.67 0.78 0.45
Hex 19 9B CD 58 18 0 14 C5 4E 2D
Octal 31 233 315 130 30 0 24 305 116 55
Binary 11001 10011011 11001101 1011000 11000 0 10100 11000101 1001110 101101

Color Harmonies of #199BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BCD

Black with #199BCD

Text Example


Text Example

White with #199BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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