Html Css Color HEX #199EDB Pacific Blue

📋 copy color: '#199EDB'

red 25 ◦ green 158 ◦ blue 219

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

Shades of Pacific Blue #199EDB

Tints of Pacific Blue #199EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 6.22%
G = 39.3%
B = 54.48%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#199EDB (or 0x199EDB) is known color: Pacific Blue. HEX triplet: 19, 9E and DB. RGB value is (25,158,219). Sum of RGB (Red+Green+Blue) = 25+158+219=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #199EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EDB is #E66124. Grayscale: #7C7C7C. Windows color (decimal): -15098149 or 14392857. OLE color: 14392857.

HSL color Cylindrical-coordinate representation of color #199EDB: hue angle of 198.87º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EDB is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 158 219 -
CMYK 0.89 0.28 0 0.14
HSL 198.87º 0.8% 0.48% -
HSV(B) 198.87º 0.89% 0.86% -
XYZ 25.41 29.77 71.43 -
YUV 125.19 180.94 56.54 -
System Red Green Blue C M Y K H S L
Decimal 25 158 219 0.89 0.28 0 0.14 198.87 0.8 0.48
Hex 19 9E DB 59 1C 0 E C7 50 30
Octal 31 236 333 131 34 0 16 307 120 60
Binary 11001 10011110 11011011 1011001 11100 0 1110 11000111 1010000 110000

Color Harmonies of #199EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EDB

Black with #199EDB

Text Example


Text Example

White with #199EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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