#48B2FD

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

Shades of Summer Sky #48B2FD

Tints of Summer Sky #48B2FD

Color information

#48B2FD (or 0x48B2FD) is unknown color: approx Summer Sky. HEX triplet: 48, B2 and FD. RGB value is (72,178,253). Sum of RGB (Red+Green+Blue) = 72+178+253=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #48B2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48B2FD is #B74D02. Grayscale: #9A9A9A. Windows color (decimal): -12012803 or 16626248. OLE color: 16626248.

HSL color Cylindrical-coordinate representation of color #48B2FD: hue angle of 204.86º 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 #48B2FD is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB72178253-
CMYK0.720.3000.01
HSL204.86º97.84%63.73%-
HSV(B)204.86º71.54%99.22%-
XYZ36.3240.3198.79-
YUV154.86183.3868.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.31%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 253 (99.22% from 255) = 50.30%
R=14.31%
G=35.39%
B=50.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721782530.720.3000.01204.8697.8463.73
Hex48B2FD481E01cd6240
Octal1102623751103601315142100
Binary10010001011001011111101100100011110011100110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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