#48b5f2

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

Shades of Summer Sky #48B5F2

Tints of Summer Sky #48B5F2

Color information

#48B5F2 (or 0x48B5F2) is unknown color: approx Summer Sky. HEX triplet: 48, B5 and F2. RGB value is (72,181,242). Sum of RGB (Red+Green+Blue) = 72+181+242=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #48B5F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B5F2 is #B74A0D. Grayscale: #9B9B9B. Windows color (decimal): -12012046 or 15906120. OLE color: 15906120.

HSL color Cylindrical-coordinate representation of color #48B5F2: hue angle of 201.53º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48B5F2 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB72181242-
CMYK0.700.2500.05
HSL201.53º86.73%61.57%-
HSV(B)201.53º70.25%94.9%-
XYZ35.2240.8490.03-
YUV155.36176.8968.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.55%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=14.55%
G=36.57%
B=48.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal721812420.700.2500.05201.5386.7361.57
Hex48B5F2461905ca573e
Octal110265362106310531212776
Binary100100010110101111100101000110110010101110010101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48b5f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,181,242); }

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

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

 a { background-color: rgb(72,181,242); }

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

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

 span { border-color: rgb(72,181,242); }

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