#48aedc

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

Shades of Summer Sky #48AEDC

Tints of Summer Sky #48AEDC

Color information

#48AEDC (or 0x48AEDC) is unknown color: approx Summer Sky. HEX triplet: 48, AE and DC. RGB value is (72,174,220). Sum of RGB (Red+Green+Blue) = 72+174+220=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #48AEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AEDC is #B75123. Grayscale: #949494. Windows color (decimal): -12013860 or 14462536. OLE color: 14462536.

HSL color Cylindrical-coordinate representation of color #48AEDC: hue angle of 198.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48AEDC is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72174220-
CMYK0.670.2100.14
HSL198.65º67.89%57.25%-
HSV(B)198.65º67.27%86.27%-
XYZ30.7336.8273.2-
YUV148.75168.2173.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.45%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=15.45%
G=37.34%
B=47.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721742200.670.2100.14198.6567.8957.25
Hex48AEDC43150Ec74439
Octal1102563341032501630710471
Binary1001000101011101101110010000111010101110110001111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48aedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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