#48B0E1

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

Shades of Summer Sky #48B0E1

Tints of Summer Sky #48B0E1

Color information

#48B0E1 (or 0x48B0E1) is unknown color: approx Summer Sky. HEX triplet: 48, B0 and E1. RGB value is (72,176,225). Sum of RGB (Red+Green+Blue) = 72+176+225=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #48B0E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B0E1 is #B74F1E. Grayscale: #969696. Windows color (decimal): -12013343 or 14790728. OLE color: 14790728.

HSL color Cylindrical-coordinate representation of color #48B0E1: hue angle of 199.22º degrees, saturation: 0.72, 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 #48B0E1 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB72176225-
CMYK0.680.2200.12
HSL199.22º71.83%58.24%-
HSV(B)199.22º68%88.24%-
XYZ31.7937.8676.87-
YUV150.49170.0472.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.22%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=15.22%
G=37.21%
B=47.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal721762250.680.2200.12199.2271.8358.24
Hex48B0E144160Cc7483a
Octal1102603411042601430711072
Binary1001000101100001110000110001001011001100110001111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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