#159CD1

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

Shades of Pacific Blue #159CD1

Tints of Pacific Blue #159CD1

Color information

#159CD1 (or 0x159CD1) is unknown color: approx Pacific Blue. HEX triplet: 15, 9C and D1. RGB value is (21,156,209). Sum of RGB (Red+Green+Blue) = 21+156+209=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #159CD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CD1 is #EA632E. Grayscale: #797979. Windows color (decimal): -15360815 or 13736981. OLE color: 13736981.

HSL color Cylindrical-coordinate representation of color #159CD1: hue angle of 196.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159CD1 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB21156209-
CMYK0.900.2500.18
HSL196.91º81.74%45.1%-
HSV(B)196.91º89.95%81.96%-
XYZ23.7128.5464.58-
YUV121.68177.2756.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.44%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 209 (82.03% from 255) = 54.15%
R=5.44%
G=40.41%
B=54.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal211562090.900.2500.18196.9181.7445.1
Hex159CD15A19012c5522d
Octal252343211323102230512255
Binary101011001110011010001101101011001010010110001011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,156,209); }

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

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

 a { background-color: rgb(21,156,209); }

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

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

 span { border-color: rgb(21,156,209); }

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