Html Css Color HEX #199BDB Pacific Blue

📋 copy color: '#199BDB'

red 25 ◦ green 155 ◦ blue 219

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

Shades of Pacific Blue #199BDB

Tints of Pacific Blue #199BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

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

R = 6.27%
G = 38.85%
B = 54.89%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#199BDB (or 0x199BDB) is known color: Pacific Blue. HEX triplet: 19, 9B and DB. RGB value is (25,155,219). Sum of RGB (Red+Green+Blue) = 25+155+219=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #199BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BDB is #E66424. Grayscale: #7B7B7B. Windows color (decimal): -15098917 or 14392089. OLE color: 14392089.

HSL color Cylindrical-coordinate representation of color #199BDB: hue angle of 199.79º 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 #199BDB is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 155 219 -
CMYK 0.89 0.29 0 0.14
HSL 199.79º 0.8% 0.48% -
HSV(B) 199.79º 0.89% 0.86% -
XYZ 24.91 28.76 71.26 -
YUV 123.43 181.93 57.8 -
System Red Green Blue C M Y K H S L
Decimal 25 155 219 0.89 0.29 0 0.14 199.79 0.8 0.48
Hex 19 9B DB 59 1D 0 E C8 50 30
Octal 31 233 333 131 35 0 16 310 120 60
Binary 11001 10011011 11011011 1011001 11101 0 1110 11001000 1010000 110000

Color Harmonies of #199BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199BDB

Black with #199BDB

Text Example


Text Example

White with #199BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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