#48B8FD

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

Shades of Summer Sky #48B8FD

Tints of Summer Sky #48B8FD

Color information

#48B8FD (or 0x48B8FD) is unknown color: approx Summer Sky. HEX triplet: 48, B8 and FD. RGB value is (72,184,253). Sum of RGB (Red+Green+Blue) = 72+184+253=509 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.15% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #48B8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B8FD is #B74702. Grayscale: #9D9D9D. Windows color (decimal): -12011267 or 16627784. OLE color: 16627784.

HSL color Cylindrical-coordinate representation of color #48B8FD: hue angle of 202.87º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48B8FD is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB72184253-
CMYK0.720.2700.01
HSL202.87º97.84%63.73%-
HSV(B)202.87º71.54%99.22%-
XYZ37.5442.7599.2-
YUV158.38181.3966.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.15%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 253 (99.22% from 255) = 49.71%
R=14.15%
G=36.15%
B=49.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721842530.720.2700.01202.8797.8463.73
Hex48B8FD481B01cb6240
Octal1102703751103301313142100
Binary10010001011100011111101100100011011011100101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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