#15A5C3

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

Shades of Pacific Blue #15A5C3

Tints of Pacific Blue #15A5C3

Color information

#15A5C3 (or 0x15A5C3) is unknown color: approx Pacific Blue. HEX triplet: 15, A5 and C3. RGB value is (21,165,195). Sum of RGB (Red+Green+Blue) = 21+165+195=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #15A5C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A5C3 is #EA5A3C. Grayscale: #7D7D7D. Windows color (decimal): -15358525 or 12821781. OLE color: 12821781.

HSL color Cylindrical-coordinate representation of color #15A5C3: hue angle of 190.34º degrees, saturation: 0.81, 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 #15A5C3 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB21165195-
CMYK0.890.1500.24
HSL190.34º80.56%42.35%-
HSV(B)190.34º89.23%76.47%-
XYZ23.6131.0156.37-
YUV125.36167.2953.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.51%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=5.51%
G=43.31%
B=51.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal211651950.890.1500.24190.3480.5642.35
Hex15A5C359F018be512a
Octal252453031311703027612152
Binary10101101001011100001110110011111011000101111101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,165,195); }

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

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

 a { background-color: rgb(21,165,195); }

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

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

 span { border-color: rgb(21,165,195); }

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