#48B9E5

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

Shades of Summer Sky #48B9E5

Tints of Summer Sky #48B9E5

Color information

#48B9E5 (or 0x48B9E5) is unknown color: approx Summer Sky. HEX triplet: 48, B9 and E5. RGB value is (72,185,229). Sum of RGB (Red+Green+Blue) = 72+185+229=486 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.81% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #48B9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B9E5 is #B7461A. Grayscale: #9B9B9B. Windows color (decimal): -12011035 or 15055176. OLE color: 15055176.

HSL color Cylindrical-coordinate representation of color #48B9E5: hue angle of 196.82º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48B9E5 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB72185229-
CMYK0.690.1900.10
HSL196.82º75.12%59.02%-
HSV(B)196.82º68.56%89.8%-
XYZ34.1641.7380.38-
YUV156.23169.0667.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.81%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=14.81%
G=38.07%
B=47.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal721852290.690.1900.10196.8275.1259.02
Hex48B9E545130Ac54b3b
Octal1102713451052301230511373
Binary1001000101110011110010110001011001101010110001011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,185,229); }

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

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

 a { background-color: rgb(72,185,229); }

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

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

 span { border-color: rgb(72,185,229); }

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