#48B8F7

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

Shades of Summer Sky #48B8F7

Tints of Summer Sky #48B8F7

Color information

#48B8F7 (or 0x48B8F7) is unknown color: approx Summer Sky. HEX triplet: 48, B8 and F7. RGB value is (72,184,247). Sum of RGB (Red+Green+Blue) = 72+184+247=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #48B8F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B8F7 is #B74708. Grayscale: #9D9D9D. Windows color (decimal): -12011273 or 16234568. OLE color: 16234568.

HSL color Cylindrical-coordinate representation of color #48B8F7: hue angle of 201.6º degrees, saturation: 0.92, 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 #48B8F7 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB72184247-
CMYK0.710.2600.03
HSL201.6º91.62%62.55%-
HSV(B)201.6º70.85%96.86%-
XYZ36.642.3794.25-
YUV157.69178.3966.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.31%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 247 (96.88% from 255) = 49.11%
R=14.31%
G=36.58%
B=49.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal721842470.710.2600.03201.691.6262.55
Hex48B8F7471A03ca5c3f
Octal110270367107320331213477
Binary10010001011100011110111100011111010011110010101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,184,247); }

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

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

 a { background-color: rgb(72,184,247); }

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

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

 span { border-color: rgb(72,184,247); }

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