Html Css Color HEX #199CCD Pacific Blue

📋 copy color: '#199CCD'

red 25 ◦ green 156 ◦ blue 205

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

Shades of Pacific Blue #199CCD

Tints of Pacific Blue #199CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

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

R = 6.48%
G = 40.41%
B = 53.11%

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

#199CCD (or 0x199CCD) is known color: Pacific Blue. HEX triplet: 19, 9C and CD. RGB value is (25,156,205). Sum of RGB (Red+Green+Blue) = 25+156+205=386 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.48% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #199CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CCD is #E66332. Grayscale: #7A7A7A. Windows color (decimal): -15098675 or 13474841. OLE color: 13474841.

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

Color convert

RGB 25 156 205 -
CMYK 0.88 0.24 0 0.20
HSL 196.33º 0.78% 0.45% -
HSV(B) 196.33º 0.88% 0.8% -
XYZ 23.31 28.39 62.01 -
YUV 122.42 174.6 58.52 -
System Red Green Blue C M Y K H S L
Decimal 25 156 205 0.88 0.24 0 0.20 196.33 0.78 0.45
Hex 19 9C CD 58 18 0 14 C4 4E 2D
Octal 31 234 315 130 30 0 24 304 116 55
Binary 11001 10011100 11001101 1011000 11000 0 10100 11000100 1001110 101101

Color Harmonies of #199CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CCD

Black with #199CCD

Text Example


Text Example

White with #199CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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