Html Css Color HEX #199ED7 Pacific Blue

📋 copy color: '#199ED7'

red 25 ◦ green 158 ◦ blue 215

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

Shades of Pacific Blue #199ED7

Tints of Pacific Blue #199ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.02%

R = 6.28%
G = 39.7%
B = 54.02%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#199ED7 (or 0x199ED7) is known color: Pacific Blue. HEX triplet: 19, 9E and D7. RGB value is (25,158,215). Sum of RGB (Red+Green+Blue) = 25+158+215=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #199ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ED7 is #E66128. Grayscale: #7C7C7C. Windows color (decimal): -15098153 or 14130713. OLE color: 14130713.

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

Color convert

RGB 25 158 215 -
CMYK 0.88 0.27 0 0.16
HSL 198º 0.79% 0.47% -
HSV(B) 198º 0.88% 0.84% -
XYZ 24.89 29.57 68.68 -
YUV 124.73 178.94 56.87 -
System Red Green Blue C M Y K H S L
Decimal 25 158 215 0.88 0.27 0 0.16 198 0.79 0.47
Hex 19 9E D7 58 1B 0 10 C6 4F 2F
Octal 31 236 327 130 33 0 20 306 117 57
Binary 11001 10011110 11010111 1011000 11011 0 10000 11000110 1001111 101111

Color Harmonies of #199ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ED7

Black with #199ED7

Text Example


Text Example

White with #199ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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