#15A6BF

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

Shades of Pacific Blue #15A6BF

Tints of Pacific Blue #15A6BF

Color information

#15A6BF (or 0x15A6BF) is unknown color: approx Pacific Blue. HEX triplet: 15, A6 and BF. RGB value is (21,166,191). Sum of RGB (Red+Green+Blue) = 21+166+191=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #15A6BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6BF is #EA5940. Grayscale: #7D7D7D. Windows color (decimal): -15358273 or 12559893. OLE color: 12559893.

HSL color Cylindrical-coordinate representation of color #15A6BF: hue angle of 188.82º 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 #15A6BF is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21166191-
CMYK0.890.1300.25
HSL188.82º80.19%41.57%-
HSV(B)188.82º89.01%74.9%-
XYZ23.3531.1954.08-
YUV125.49164.9653.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.56%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 191 (75% from 255) = 50.53%
R=5.56%
G=43.92%
B=50.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211661910.890.1300.25188.8280.1941.57
Hex15A6BF59D019bd502a
Octal252462771311503127512052
Binary10101101001101011111110110011101011001101111011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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