#48AEE3

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

Shades of Summer Sky #48AEE3

Tints of Summer Sky #48AEE3

Color information

#48AEE3 (or 0x48AEE3) is unknown color: approx Summer Sky. HEX triplet: 48, AE and E3. RGB value is (72,174,227). Sum of RGB (Red+Green+Blue) = 72+174+227=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #48AEE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AEE3 is #B7511C. Grayscale: #959595. Windows color (decimal): -12013853 or 14921288. OLE color: 14921288.

HSL color Cylindrical-coordinate representation of color #48AEE3: hue angle of 200.52º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48AEE3 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB72174227-
CMYK0.680.2300.11
HSL200.52º73.46%58.63%-
HSV(B)200.52º68.28%89.02%-
XYZ31.6737.278.18-
YUV149.54171.7172.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.22%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 227 (89.06% from 255) = 47.99%
R=15.22%
G=36.79%
B=47.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal721742270.680.2300.11200.5273.4658.63
Hex48AEE344170Bc9493b
Octal1102563431042701331111173
Binary1001000101011101110001110001001011101011110010011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,174,227); }

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

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

 a { background-color: rgb(72,174,227); }

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

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

 span { border-color: rgb(72,174,227); }

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