#15A1BF

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

Shades of Pacific Blue #15A1BF

Tints of Pacific Blue #15A1BF

Color information

#15A1BF (or 0x15A1BF) is unknown color: approx Pacific Blue. HEX triplet: 15, A1 and BF. RGB value is (21,161,191). Sum of RGB (Red+Green+Blue) = 21+161+191=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #15A1BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A1BF is #EA5E40. Grayscale: #7A7A7A. Windows color (decimal): -15359553 or 12558613. OLE color: 12558613.

HSL color Cylindrical-coordinate representation of color #15A1BF: hue angle of 190.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A1BF is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21161191-
CMYK0.890.1600.25
HSL190.59º80.19%41.57%-
HSV(B)190.59º89.01%74.9%-
XYZ22.4629.4153.78-
YUV122.56166.6255.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.63%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 191 (75% from 255) = 51.21%
R=5.63%
G=43.16%
B=51.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211611910.890.1600.25190.5980.1941.57
Hex15A1BF5910019bf502a
Octal252412771312003127712052
Binary101011010000110111111101100110000011001101111111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15A1BF; }

 p { color: rgb(21,161,191); }

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

<style>
 a { background-color: #15A1BF; }

 a { background-color: rgb(21,161,191); }

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

<style>
 span { border-color: #15A1BF; }

 span { border-color: rgb(21,161,191); }

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