#48B0FD

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

Shades of Summer Sky #48B0FD

Tints of Summer Sky #48B0FD

Color information

#48B0FD (or 0x48B0FD) is unknown color: approx Summer Sky. HEX triplet: 48, B0 and FD. RGB value is (72,176,253). Sum of RGB (Red+Green+Blue) = 72+176+253=501 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.37% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #48B0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48B0FD is #B74F02. Grayscale: #999999. Windows color (decimal): -12013315 or 16625736. OLE color: 16625736.

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

Color convert

RGB72176253-
CMYK0.720.3000.01
HSL205.52º97.84%63.73%-
HSV(B)205.52º71.54%99.22%-
XYZ35.9339.5298.66-
YUV153.68184.0469.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.37%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=14.37%
G=35.13%
B=50.50%

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
Decimal721762530.720.3000.01205.5297.8463.73
Hex48B0FD481E01ce6240
Octal1102603751103601316142100
Binary10010001011000011111101100100011110011100111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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