#48A7EE

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

Shades of Summer Sky #48A7EE

Tints of Summer Sky #48A7EE

Color information

#48A7EE (or 0x48A7EE) is unknown color: approx Summer Sky. HEX triplet: 48, A7 and EE. RGB value is (72,167,238). Sum of RGB (Red+Green+Blue) = 72+167+238=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #48A7EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A7EE is #B75811. Grayscale: #929292. Windows color (decimal): -12015634 or 15640392. OLE color: 15640392.

HSL color Cylindrical-coordinate representation of color #48A7EE: hue angle of 205.66º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48A7EE is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB72167238-
CMYK0.700.3000.07
HSL205.66º83%60.78%-
HSV(B)205.66º69.75%93.33%-
XYZ31.9235.1986-
YUV146.69179.5374.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.09%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 238 (93.36% from 255) = 49.90%
R=15.09%
G=35.01%
B=49.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal721672380.700.3000.07205.668360.78
Hex48A7EE461E07ce533d
Octal110247356106360731612375
Binary100100010100111111011101000110111100111110011101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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