#159ACE

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

Shades of Pacific Blue #159ACE

Tints of Pacific Blue #159ACE

Color information

#159ACE (or 0x159ACE) is unknown color: approx Pacific Blue. HEX triplet: 15, 9A and CE. RGB value is (21,154,206). Sum of RGB (Red+Green+Blue) = 21+154+206=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #159ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ACE is #EA6531. Grayscale: #777777. Windows color (decimal): -15361330 or 13539861. OLE color: 13539861.

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

Color convert

RGB21154206-
CMYK0.900.2500.19
HSL196.86º81.5%44.51%-
HSV(B)196.86º89.81%80.78%-
XYZ23.0127.7362.53-
YUV120.16176.4457.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.51%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=5.51%
G=40.42%
B=54.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal211542060.900.2500.19196.8681.544.51
Hex159ACE5A19013c5512d
Octal252323161323102330512155
Binary101011001101011001110101101011001010011110001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,154,206); }

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

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

 a { background-color: rgb(21,154,206); }

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

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

 span { border-color: rgb(21,154,206); }

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