#15A5C5

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

Shades of Pacific Blue #15A5C5

Tints of Pacific Blue #15A5C5

Color information

#15A5C5 (or 0x15A5C5) is unknown color: approx Pacific Blue. HEX triplet: 15, A5 and C5. RGB value is (21,165,197). Sum of RGB (Red+Green+Blue) = 21+165+197=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #15A5C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A5C5 is #EA5A3A. Grayscale: #7D7D7D. Windows color (decimal): -15358523 or 12952853. OLE color: 12952853.

HSL color Cylindrical-coordinate representation of color #15A5C5: hue angle of 190.91º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15A5C5 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB21165197-
CMYK0.890.1600.23
HSL190.91º80.73%42.75%-
HSV(B)190.91º89.34%77.25%-
XYZ23.8431.157.57-
YUV125.59168.2953.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.48%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 197 (77.34% from 255) = 51.44%
R=5.48%
G=43.08%
B=51.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal211651970.890.1600.23190.9180.7342.75
Hex15A5C55910017bf512b
Octal252453051312002727712153
Binary101011010010111000101101100110000010111101111111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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