#159FDD

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

Shades of Pacific Blue #159FDD

Tints of Pacific Blue #159FDD

Color information

#159FDD (or 0x159FDD) is unknown color: approx Pacific Blue. HEX triplet: 15, 9F and DD. RGB value is (21,159,221). Sum of RGB (Red+Green+Blue) = 21+159+221=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #159FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FDD is #EA6022. Grayscale: #7C7C7C. Windows color (decimal): -15360035 or 14524181. OLE color: 14524181.

HSL color Cylindrical-coordinate representation of color #159FDD: hue angle of 198.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159FDD is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21159221-
CMYK0.900.2800.13
HSL198.6º82.64%47.45%-
HSV(B)198.6º90.5%86.67%-
XYZ25.7630.1872.87-
YUV124.81182.2853.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.24%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=5.24%
G=39.65%
B=55.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211592210.900.2800.13198.682.6447.45
Hex159FDD5A1C0Dc7532f
Octal252373351323401530712357
Binary10101100111111101110110110101110001101110001111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159FDD; }

 p { color: rgb(21,159,221); }

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

<style>
 a { background-color: #159FDD; }

 a { background-color: rgb(21,159,221); }

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

<style>
 span { border-color: #159FDD; }

 span { border-color: rgb(21,159,221); }

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