#48B6F1

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

Shades of Summer Sky #48B6F1

Tints of Summer Sky #48B6F1

Color information

#48B6F1 (or 0x48B6F1) is unknown color: approx Summer Sky. HEX triplet: 48, B6 and F1. RGB value is (72,182,241). Sum of RGB (Red+Green+Blue) = 72+182+241=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #48B6F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B6F1 is #B7490E. Grayscale: #9B9B9B. Windows color (decimal): -12011791 or 15840840. OLE color: 15840840.

HSL color Cylindrical-coordinate representation of color #48B6F1: hue angle of 200.95º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48B6F1 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB72182241-
CMYK0.700.2400.05
HSL200.95º85.79%61.37%-
HSV(B)200.95º70.12%94.51%-
XYZ35.2841.1889.31-
YUV155.84176.0668.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.55%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 241 (94.53% from 255) = 48.69%
R=14.55%
G=36.77%
B=48.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal721822410.700.2400.05200.9585.7961.37
Hex48B6F1461805c9563d
Octal110266361106300531112675
Binary100100010110110111100011000110110000101110010011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,182,241); }

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

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

 a { background-color: rgb(72,182,241); }

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

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

 span { border-color: rgb(72,182,241); }

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