#15A0C9

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

Shades of Pacific Blue #15A0C9

Tints of Pacific Blue #15A0C9

Color information

#15A0C9 (or 0x15A0C9) is unknown color: approx Pacific Blue. HEX triplet: 15, A0 and C9. RGB value is (21,160,201). Sum of RGB (Red+Green+Blue) = 21+160+201=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #15A0C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A0C9 is #EA5F36. Grayscale: #7A7A7A. Windows color (decimal): -15359799 or 13213717. OLE color: 13213717.

HSL color Cylindrical-coordinate representation of color #15A0C9: hue angle of 193.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15A0C9 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21160201-
CMYK0.900.2000.21
HSL193.67º81.08%43.53%-
HSV(B)193.67º89.55%78.82%-
XYZ23.4229.5259.72-
YUV123.11171.9555.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.50%
GREEN value IS 160 (62.89% from 255) = 41.88%
BLUE value IS 201 (78.91% from 255) = 52.62%
R=5.50%
G=41.88%
B=52.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211602010.900.2000.21193.6781.0843.53
Hex15A0C95A14015c2512c
Octal252403111322402530212154
Binary101011010000011001001101101010100010101110000101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,160,201); }

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

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

 a { background-color: rgb(21,160,201); }

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

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

 span { border-color: rgb(21,160,201); }

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