#48A7F7

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

Shades of Summer Sky #48A7F7

Tints of Summer Sky #48A7F7

Color information

#48A7F7 (or 0x48A7F7) is unknown color: approx Summer Sky. HEX triplet: 48, A7 and F7. RGB value is (72,167,247). Sum of RGB (Red+Green+Blue) = 72+167+247=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #48A7F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A7F7 is #B75808. Grayscale: #939393. Windows color (decimal): -12015625 or 16230216. OLE color: 16230216.

HSL color Cylindrical-coordinate representation of color #48A7F7: hue angle of 207.43º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48A7F7 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB72167247-
CMYK0.710.3200.03
HSL207.43º91.62%62.55%-
HSV(B)207.43º70.85%96.86%-
XYZ33.2835.7393.14-
YUV147.71184.0374-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.81%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 247 (96.88% from 255) = 50.82%
R=14.81%
G=34.36%
B=50.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal721672470.710.3200.03207.4391.6262.55
Hex48A7F7472003cf5c3f
Octal110247367107400331713477
Binary100100010100111111101111000111100000011110011111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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