#48BAF5

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

Shades of Summer Sky #48BAF5

Tints of Summer Sky #48BAF5

Color information

#48BAF5 (or 0x48BAF5) is unknown color: approx Summer Sky. HEX triplet: 48, BA and F5. RGB value is (72,186,245). Sum of RGB (Red+Green+Blue) = 72+186+245=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #48BAF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BAF5 is #B7450A. Grayscale: #9E9E9E. Windows color (decimal): -12010763 or 16104008. OLE color: 16104008.

HSL color Cylindrical-coordinate representation of color #48BAF5: hue angle of 200.46º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48BAF5 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB72186245-
CMYK0.710.2400.04
HSL200.46º89.64%62.16%-
HSV(B)200.46º70.61%96.08%-
XYZ36.7143.0992.77-
YUV158.64176.7366.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.31%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 245 (96.09% from 255) = 48.71%
R=14.31%
G=36.98%
B=48.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal721862450.710.2400.04200.4689.6462.16
Hex48BAF5471804c85a3e
Octal110272365107300431013276
Binary100100010111010111101011000111110000100110010001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,186,245); }

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

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

 a { background-color: rgb(72,186,245); }

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

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

 span { border-color: rgb(72,186,245); }

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