#199add

Color #199ADD Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #199ADD

Tints of Pacific Blue #199ADD

Color information

#199ADD (or 0x199ADD) is unknown color: approx Pacific Blue. HEX triplet: 19, 9A and DD. RGB value is (25,154,221). Sum of RGB (Red+Green+Blue) = 25+154+221=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #199ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199ADD is #E66522. Grayscale: #7A7A7A. Windows color (decimal): -15099171 or 14522905. OLE color: 14522905.

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

Color convert

RGB25154221-
CMYK0.890.3000.13
HSL200.51º79.67%48.24%-
HSV(B)200.51º88.69%86.67%-
XYZ25.0128.5472.6-
YUV123.07183.2658.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.25%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 221 (86.72% from 255) = 55.25%
R=6.25%
G=38.5%
B=55.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal251542210.890.3000.13200.5179.6748.24
Hex199ADD591E0Dc95030
Octal312323351313601531112060
Binary11001100110101101110110110011111001101110010011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199add

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #199add;
 }
 .AnyTagClassName
 {
   color: #199add;
 }
</style>
background-color css

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

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

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

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

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

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