#159FC2

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

Shades of Pacific Blue #159FC2

Tints of Pacific Blue #159FC2

Color information

#159FC2 (or 0x159FC2) is unknown color: approx Pacific Blue. HEX triplet: 15, 9F and C2. RGB value is (21,159,194). Sum of RGB (Red+Green+Blue) = 21+159+194=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #159FC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FC2 is #EA603D. Grayscale: #797979. Windows color (decimal): -15360062 or 12754709. OLE color: 12754709.

HSL color Cylindrical-coordinate representation of color #159FC2: hue angle of 192.14º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159FC2 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB21159194-
CMYK0.890.1800.24
HSL192.14º80.47%42.16%-
HSV(B)192.14º89.18%76.08%-
XYZ22.4528.8555.42-
YUV121.73168.7856.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.61%
GREEN value IS 159 (62.5% from 255) = 42.51%
BLUE value IS 194 (76.17% from 255) = 51.87%
R=5.61%
G=42.51%
B=51.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal211591940.890.1800.24192.1480.4742.16
Hex159FC25912018c0502a
Octal252373021312203030012052
Binary101011001111111000010101100110010011000110000001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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