#15A2B4

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

Shades of Pelorous #15A2B4

Tints of Pelorous #15A2B4

Color information

#15A2B4 (or 0x15A2B4) is unknown color: approx Pelorous. HEX triplet: 15, A2 and B4. RGB value is (21,162,180). Sum of RGB (Red+Green+Blue) = 21+162+180=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #15A2B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A2B4 is #EA5D4B. Grayscale: #797979. Windows color (decimal): -15359308 or 11837973. OLE color: 11837973.

HSL color Cylindrical-coordinate representation of color #15A2B4: hue angle of 186.79º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15A2B4 is Cyan = 0.88, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB21162180-
CMYK0.880.100.29
HSL186.79º79.1%39.41%-
HSV(B)186.79º88.33%70.59%-
XYZ21.4729.347.7-
YUV121.89160.7956.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.79%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=5.79%
G=44.63%
B=49.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211621800.880.100.29186.7979.139.41
Hex15A2B458A01Dbb4f27
Octal252422641301203527311747
Binary10101101000101011010010110001010011101101110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,162,180); }

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

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

 a { background-color: rgb(21,162,180); }

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

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

 span { border-color: rgb(21,162,180); }

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