Html Css Color HEX #199ADB Pacific Blue

📋 copy color: '#199ADB'

red 25 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #199ADB

Tints of Pacific Blue #199ADB

RGB

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

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

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

R = 6.28%
G = 38.69%
B = 55.03%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#199ADB (or 0x199ADB) is known color: Pacific Blue. HEX triplet: 19, 9A and DB. RGB value is (25,154,219). Sum of RGB (Red+Green+Blue) = 25+154+219=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #199ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ADB is #E66524. Grayscale: #7A7A7A. Windows color (decimal): -15099173 or 14391833. OLE color: 14391833.

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

Color convert

RGB 25 154 219 -
CMYK 0.89 0.30 0 0.14
HSL 200.1º 0.8% 0.48% -
HSV(B) 200.1º 0.89% 0.86% -
XYZ 24.74 28.43 71.2 -
YUV 122.84 182.26 58.21 -
System Red Green Blue C M Y K H S L
Decimal 25 154 219 0.89 0.30 0 0.14 200.1 0.8 0.48
Hex 19 9A DB 59 1E 0 E C8 50 30
Octal 31 232 333 131 36 0 16 310 120 60
Binary 11001 10011010 11011011 1011001 11110 0 1110 11001000 1010000 110000

Color Harmonies of #199ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199ADB

Black with #199ADB

Text Example


Text Example

White with #199ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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