#48BCFD

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

Shades of Summer Sky #48BCFD

Tints of Summer Sky #48BCFD

Color information

#48BCFD (or 0x48BCFD) is unknown color: approx Summer Sky. HEX triplet: 48, BC and FD. RGB value is (72,188,253). Sum of RGB (Red+Green+Blue) = 72+188+253=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #48BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BCFD is #B74302. Grayscale: #A0A0A0. Windows color (decimal): -12010243 or 16628808. OLE color: 16628808.

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

Color convert

RGB72188253-
CMYK0.720.2600.01
HSL201.55º97.84%63.73%-
HSV(B)201.55º71.54%99.22%-
XYZ38.3944.4499.48-
YUV160.73180.0764.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.04%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=14.04%
G=36.65%
B=49.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721882530.720.2600.01201.5597.8463.73
Hex48BCFD481A01ca6240
Octal1102743751103201312142100
Binary10010001011110011111101100100011010011100101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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