Html Css Color HEX #199ED9 Pacific Blue

📋 copy color: '#199ED9'

red 25 ◦ green 158 ◦ blue 217

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

Shades of Pacific Blue #199ED9

Tints of Pacific Blue #199ED9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

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

R = 6.25%
G = 39.5%
B = 54.25%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#199ED9 (or 0x199ED9) is known color: Pacific Blue. HEX triplet: 19, 9E and D9. RGB value is (25,158,217). Sum of RGB (Red+Green+Blue) = 25+158+217=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #199ED9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ED9 is #E66126. Grayscale: #7C7C7C. Windows color (decimal): -15098151 or 14261785. OLE color: 14261785.

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

Color convert

RGB 25 158 217 -
CMYK 0.88 0.27 0 0.15
HSL 198.44º 0.79% 0.47% -
HSV(B) 198.44º 0.88% 0.85% -
XYZ 25.15 29.67 70.05 -
YUV 124.96 179.94 56.7 -
System Red Green Blue C M Y K H S L
Decimal 25 158 217 0.88 0.27 0 0.15 198.44 0.79 0.47
Hex 19 9E D9 58 1B 0 F C6 4F 2F
Octal 31 236 331 130 33 0 17 306 117 57
Binary 11001 10011110 11011001 1011000 11011 0 1111 11000110 1001111 101111

Color Harmonies of #199ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ED9

Black with #199ED9

Text Example


Text Example

White with #199ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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