#48BCF8

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

Shades of Summer Sky #48BCF8

Tints of Summer Sky #48BCF8

Color information

#48BCF8 (or 0x48BCF8) is unknown color: approx Summer Sky. HEX triplet: 48, BC and F8. RGB value is (72,188,248). Sum of RGB (Red+Green+Blue) = 72+188+248=508 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.17% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #48BCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BCF8 is #B74307. Grayscale: #9F9F9F. Windows color (decimal): -12010248 or 16301128. OLE color: 16301128.

HSL color Cylindrical-coordinate representation of color #48BCF8: hue angle of 200.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48BCF8 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB72188248-
CMYK0.710.2400.03
HSL200.45º92.63%62.75%-
HSV(B)200.45º70.97%97.25%-
XYZ37.644.1295.34-
YUV160.16177.5765.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.17%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 248 (97.27% from 255) = 48.82%
R=14.17%
G=37.01%
B=48.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal721882480.710.2400.03200.4592.6362.75
Hex48BCF8471803c85d3f
Octal110274370107300331013577
Binary10010001011110011111000100011111000011110010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,248); }

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

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

 a { background-color: rgb(72,188,248); }

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

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

 span { border-color: rgb(72,188,248); }

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