#48BDFF

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

Shades of Summer Sky #48BDFF

Tints of Summer Sky #48BDFF

Color information

#48BDFF (or 0x48BDFF) is unknown color: approx Summer Sky. HEX triplet: 48, BD and FF. RGB value is (72,189,255). Sum of RGB (Red+Green+Blue) = 72+189+255=516 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.95% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #48BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BDFF is #B74200. Grayscale: #A1A1A1. Windows color (decimal): -12009985 or 16760136. OLE color: 16760136.

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

Color convert

RGB72189255-
CMYK0.720.2600
HSL201.64º100%64.12%-
HSV(B)201.64º71.76%100%-
XYZ38.9244.99101.24-
YUV161.54180.7464.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.95%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 255 (100% from 255) = 49.42%
R=13.95%
G=36.63%
B=49.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal721892550.720.2600201.6410064.12
Hex48BDFF481A00ca6440
Octal1102753771103200312144100
Binary10010001011110111111111100100011010001100101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,189,255); }

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

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

 a { background-color: rgb(72,189,255); }

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

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

 span { border-color: rgb(72,189,255); }

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