Html Css Color HEX #199DC9 Pacific Blue

📋 copy color: '#199DC9'

red 25 ◦ green 157 ◦ blue 201

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

Shades of Pacific Blue #199DC9

Tints of Pacific Blue #199DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 6.53%
G = 40.99%
B = 52.48%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#199DC9 (or 0x199DC9) is known color: Pacific Blue. HEX triplet: 19, 9D and C9. RGB value is (25,157,201). Sum of RGB (Red+Green+Blue) = 25+157+201=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #199DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DC9 is #E66236. Grayscale: #7A7A7A. Windows color (decimal): -15098423 or 13212953. OLE color: 13212953.

HSL color Cylindrical-coordinate representation of color #199DC9: hue angle of 195º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199DC9 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 157 201 -
CMYK 0.88 0.22 0 0.21
HSL 195º 0.78% 0.44% -
HSV(B) 195º 0.88% 0.79% -
XYZ 23 28.54 59.55 -
YUV 122.55 172.27 58.42 -
System Red Green Blue C M Y K H S L
Decimal 25 157 201 0.88 0.22 0 0.21 195 0.78 0.44
Hex 19 9D C9 58 16 0 15 C3 4E 2C
Octal 31 235 311 130 26 0 25 303 116 54
Binary 11001 10011101 11001001 1011000 10110 0 10101 11000011 1001110 101100

Color Harmonies of #199DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DC9

Black with #199DC9

Text Example


Text Example

White with #199DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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