#15A5DD

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

Shades of Pacific Blue #15A5DD

Tints of Pacific Blue #15A5DD

Color information

#15A5DD (or 0x15A5DD) is unknown color: approx Pacific Blue. HEX triplet: 15, A5 and DD. RGB value is (21,165,221). Sum of RGB (Red+Green+Blue) = 21+165+221=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #15A5DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A5DD is #EA5A22. Grayscale: #7F7F7F. Windows color (decimal): -15358499 or 14525717. OLE color: 14525717.

HSL color Cylindrical-coordinate representation of color #15A5DD: hue angle of 196.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A5DD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21165221-
CMYK0.900.2500.13
HSL196.8º82.64%47.45%-
HSV(B)196.8º90.5%86.67%-
XYZ26.8232.2973.23-
YUV128.33180.2951.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.16%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 221 (86.72% from 255) = 54.30%
R=5.16%
G=40.54%
B=54.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211652210.900.2500.13196.882.6447.45
Hex15A5DD5A190Dc5532f
Octal252453351323101530512357
Binary10101101001011101110110110101100101101110001011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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