#48B7E0

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

Shades of Summer Sky #48B7E0

Tints of Summer Sky #48B7E0

Color information

#48B7E0 (or 0x48B7E0) is unknown color: approx Summer Sky. HEX triplet: 48, B7 and E0. RGB value is (72,183,224). Sum of RGB (Red+Green+Blue) = 72+183+224=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #48B7E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B7E0 is #B7481F. Grayscale: #9A9A9A. Windows color (decimal): -12011552 or 14726984. OLE color: 14726984.

HSL color Cylindrical-coordinate representation of color #48B7E0: hue angle of 196.18º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48B7E0 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72183224-
CMYK0.680.1800.12
HSL196.18º71.03%58.04%-
HSV(B)196.18º67.86%87.84%-
XYZ33.0640.6376.62-
YUV154.48167.2369.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.03%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=15.03%
G=38.20%
B=46.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721832240.680.1800.12196.1871.0358.04
Hex48B7E044120Cc4473a
Octal1102673401042201430410772
Binary1001000101101111110000010001001001001100110001001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,183,224); }

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

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

 a { background-color: rgb(72,183,224); }

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

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

 span { border-color: rgb(72,183,224); }

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