#48b0ff

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

Shades of Summer Sky #48B0FF

Tints of Summer Sky #48B0FF

Color information

#48B0FF (or 0x48B0FF) is unknown color: approx Summer Sky. HEX triplet: 48, B0 and FF. RGB value is (72,176,255). Sum of RGB (Red+Green+Blue) = 72+176+255=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #48B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48B0FF is #B74F00. Grayscale: #999999. Windows color (decimal): -12013313 or 16756808. OLE color: 16756808.

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

Color convert

RGB72176255-
CMYK0.720.3100
HSL205.9º100%64.12%-
HSV(B)205.9º71.76%100%-
XYZ36.2539.65100.35-
YUV153.91185.0469.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.31%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 255 (100% from 255) = 50.70%
R=14.31%
G=34.99%
B=50.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal721762550.720.3100205.910064.12
Hex48B0FF481F00ce6440
Octal1102603771103700316144100
Binary10010001011000011111111100100011111001100111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48b0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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