#15A5E1

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

Shades of Summer Sky #15A5E1

Tints of Summer Sky #15A5E1

Color information

#15A5E1 (or 0x15A5E1) is unknown color: approx Summer Sky. HEX triplet: 15, A5 and E1. RGB value is (21,165,225). Sum of RGB (Red+Green+Blue) = 21+165+225=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #15A5E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A5E1 is #EA5A1E. Grayscale: #808080. Windows color (decimal): -15358495 or 14787861. OLE color: 14787861.

HSL color Cylindrical-coordinate representation of color #15A5E1: hue angle of 197.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15A5E1 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21165225-
CMYK0.910.2700.12
HSL197.65º82.93%48.24%-
HSV(B)197.65º90.67%88.24%-
XYZ27.3632.5176.07-
YUV128.78182.2951.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.11%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 225 (88.28% from 255) = 54.74%
R=5.11%
G=40.15%
B=54.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211652250.910.2700.12197.6582.9348.24
Hex15A5E15B1B0Cc65330
Octal252453411333301430612360
Binary10101101001011110000110110111101101100110001101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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