#48A7E8

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

Shades of Summer Sky #48A7E8

Tints of Summer Sky #48A7E8

Color information

#48A7E8 (or 0x48A7E8) is unknown color: approx Summer Sky. HEX triplet: 48, A7 and E8. RGB value is (72,167,232). Sum of RGB (Red+Green+Blue) = 72+167+232=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #48A7E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A7E8 is #B75817. Grayscale: #919191. Windows color (decimal): -12015640 or 15247176. OLE color: 15247176.

HSL color Cylindrical-coordinate representation of color #48A7E8: hue angle of 204.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48A7E8 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB72167232-
CMYK0.690.2800.09
HSL204.38º77.67%59.61%-
HSV(B)204.38º68.97%90.98%-
XYZ31.0634.8481.43-
YUV146176.5375.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.29%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 232 (91.02% from 255) = 49.26%
R=15.29%
G=35.46%
B=49.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal721672320.690.2800.09204.3877.6759.61
Hex48A7E8451C09cc4e3c
Octal1102473501053401131411674
Binary1001000101001111110100010001011110001001110011001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,167,232); }

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

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

 a { background-color: rgb(72,167,232); }

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

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

 span { border-color: rgb(72,167,232); }

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