#48B0E8

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

Shades of Summer Sky #48B0E8

Tints of Summer Sky #48B0E8

Color information

#48B0E8 (or 0x48B0E8) is unknown color: approx Summer Sky. HEX triplet: 48, B0 and E8. RGB value is (72,176,232). Sum of RGB (Red+Green+Blue) = 72+176+232=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #48B0E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48B0E8 is #B74F17. Grayscale: #969696. Windows color (decimal): -12013336 or 15249480. OLE color: 15249480.

HSL color Cylindrical-coordinate representation of color #48B0E8: hue angle of 201º 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 #48B0E8 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB72176232-
CMYK0.690.2400.09
HSL201º77.67%59.61%-
HSV(B)201º68.97%90.98%-
XYZ32.7638.2582-
YUV151.29173.5471.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 232 (91.02% from 255) = 48.33%
R=15%
G=36.67%
B=48.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal721762320.690.2400.0920177.6759.61
Hex48B0E8451809c94e3c
Octal1102603501053001131111674
Binary1001000101100001110100010001011100001001110010011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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