Html Css Color HEX #199AD9 Pacific Blue

📋 copy color: '#199AD9'

red 25 ◦ green 154 ◦ blue 217

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

Shades of Pacific Blue #199AD9

Tints of Pacific Blue #199AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 6.31%
G = 38.89%
B = 54.8%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#199AD9 (or 0x199AD9) is known color: Pacific Blue. HEX triplet: 19, 9A and D9. RGB value is (25,154,217). Sum of RGB (Red+Green+Blue) = 25+154+217=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #199AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199AD9 is #E66526. Grayscale: #7A7A7A. Windows color (decimal): -15099175 or 14260761. OLE color: 14260761.

HSL color Cylindrical-coordinate representation of color #199AD9: hue angle of 199.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #199AD9 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 154 217 -
CMYK 0.88 0.29 0 0.15
HSL 199.69º 0.79% 0.47% -
HSV(B) 199.69º 0.88% 0.85% -
XYZ 24.48 28.33 69.82 -
YUV 122.61 181.26 58.38 -
System Red Green Blue C M Y K H S L
Decimal 25 154 217 0.88 0.29 0 0.15 199.69 0.79 0.47
Hex 19 9A D9 58 1D 0 F C8 4F 2F
Octal 31 232 331 130 35 0 17 310 117 57
Binary 11001 10011010 11011001 1011000 11101 0 1111 11001000 1001111 101111

Color Harmonies of #199AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199AD9

Black with #199AD9

Text Example


Text Example

White with #199AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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