#48BBFD

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

Shades of Summer Sky #48BBFD

Tints of Summer Sky #48BBFD

Color information

#48BBFD (or 0x48BBFD) is unknown color: approx Summer Sky. HEX triplet: 48, BB and FD. RGB value is (72,187,253). Sum of RGB (Red+Green+Blue) = 72+187+253=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #48BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BBFD is #B74402. Grayscale: #9F9F9F. Windows color (decimal): -12010499 or 16628552. OLE color: 16628552.

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

Color convert

RGB72187253-
CMYK0.720.2600.01
HSL201.88º97.84%63.73%-
HSV(B)201.88º71.54%99.22%-
XYZ38.1744.0199.41-
YUV160.14180.465.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.06%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=14.06%
G=36.52%
B=49.41%

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
Decimal721872530.720.2600.01201.8897.8463.73
Hex48BBFD481A01ca6240
Octal1102733751103201312142100
Binary10010001011101111111101100100011010011100101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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