Html Css Color HEX #199ACD Pacific Blue

📋 copy color: '#199ACD'

red 25 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #199ACD

Tints of Pacific Blue #199ACD

RGB

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

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

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

R = 6.51%
G = 40.1%
B = 53.39%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#199ACD (or 0x199ACD) is known color: Pacific Blue. HEX triplet: 19, 9A and CD. RGB value is (25,154,205). Sum of RGB (Red+Green+Blue) = 25+154+205=384 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.51% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #199ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ACD is #E66532. Grayscale: #787878. Windows color (decimal): -15099187 or 13474329. OLE color: 13474329.

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

Color convert

RGB 25 154 205 -
CMYK 0.88 0.25 0 0.20
HSL 197º 0.78% 0.45% -
HSV(B) 197º 0.88% 0.8% -
XYZ 22.98 27.73 61.9 -
YUV 121.24 175.26 59.35 -
System Red Green Blue C M Y K H S L
Decimal 25 154 205 0.88 0.25 0 0.20 197 0.78 0.45
Hex 19 9A CD 58 19 0 14 C5 4E 2D
Octal 31 232 315 130 31 0 24 305 116 55
Binary 11001 10011010 11001101 1011000 11001 0 10100 11000101 1001110 101101

Color Harmonies of #199ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ACD

Black with #199ACD

Text Example


Text Example

White with #199ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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