#48A8E1

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

Shades of Summer Sky #48A8E1

Tints of Summer Sky #48A8E1

Color information

#48A8E1 (or 0x48A8E1) is unknown color: approx Summer Sky. HEX triplet: 48, A8 and E1. RGB value is (72,168,225). Sum of RGB (Red+Green+Blue) = 72+168+225=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #48A8E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48A8E1 is #B7571E. Grayscale: #919191. Windows color (decimal): -12015391 or 14788680. OLE color: 14788680.

HSL color Cylindrical-coordinate representation of color #48A8E1: hue angle of 202.35º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48A8E1 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72168225-
CMYK0.680.2500.12
HSL202.35º71.83%58.24%-
HSV(B)202.35º68%88.24%-
XYZ30.2734.8276.36-
YUV145.79172.775.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 168 (66.02% from 255) = 36.13%
BLUE value IS 225 (88.28% from 255) = 48.39%
R=15.48%
G=36.13%
B=48.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721682250.680.2500.12202.3571.8358.24
Hex48A8E144190Cca483a
Octal1102503411043101431211072
Binary1001000101010001110000110001001100101100110010101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,168,225); }

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

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

 a { background-color: rgb(72,168,225); }

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

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

 span { border-color: rgb(72,168,225); }

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