#48a9e5

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

Shades of Summer Sky #48A9E5

Tints of Summer Sky #48A9E5

Color information

#48A9E5 (or 0x48A9E5) is unknown color: approx Summer Sky. HEX triplet: 48, A9 and E5. RGB value is (72,169,229). Sum of RGB (Red+Green+Blue) = 72+169+229=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #48A9E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A9E5 is #B7561A. Grayscale: #929292. Windows color (decimal): -12015131 or 15051080. OLE color: 15051080.

HSL color Cylindrical-coordinate representation of color #48A9E5: hue angle of 202.93º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48A9E5 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB72169229-
CMYK0.690.2600.10
HSL202.93º75.12%59.02%-
HSV(B)202.93º68.56%89.8%-
XYZ3135.4179.33-
YUV146.84174.3674.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.32%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 229 (89.84% from 255) = 48.72%
R=15.32%
G=35.96%
B=48.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal721692290.690.2600.10202.9375.1259.02
Hex48A9E5451A0Acb4b3b
Octal1102513451053201231311373
Binary1001000101010011110010110001011101001010110010111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a9e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48a9e5; }

 p { color: rgb(72,169,229); }

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

<style>
 a { background-color: #48a9e5; }

 a { background-color: rgb(72,169,229); }

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

<style>
 span { border-color: #48a9e5; }

 span { border-color: rgb(72,169,229); }

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