Shades of Summer Sky #48BFF1
Tints of Summer Sky #48BFF1
RGB
CMYK
RGB Variations
Color information
#48BFF1 (or 0x48BFF1) is known color: Summer Sky. HEX triplet: 48, BF and F1. RGB value is (72,191,241). Sum of RGB (Red+Green+Blue) = 72+191+241=504 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.29% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #48BFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BFF1 is #B7400E. Grayscale: #A0A0A0. Windows color (decimal): -12009487 or 15843144. OLE color: 15843144.
HSL color Cylindrical-coordinate representation of color #48BFF1: hue angle of 197.75º 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 #48BFF1 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 191 | 241 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.05 |
| HSL | 197.75º | 0.86% | 0.61% | - |
| HSV(B) | 197.75º | 0.7% | 0.95% | - |
| XYZ | 37.18 | 44.99 | 89.94 | - |
| YUV | 161.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 241 | 0.70 | 0.21 | 0 | 0.05 | 197.75 | 0.86 | 0.61 |
| Hex | 48 | BF | F1 | 46 | 15 | 0 | 5 | C6 | 56 | 3D |
| Octal | 110 | 277 | 361 | 106 | 25 | 0 | 5 | 306 | 126 | 75 |
| Binary | 1001000 | 10111111 | 11110001 | 1000110 | 10101 | 0 | 101 | 11000110 | 1010110 | 111101 |
Color Harmonies of #48BFF1
Complementary color
Monochromatic Colors of #48BFF1
Black with #48BFF1
Text Example
Text Example
White with #48BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFF1; }
p { color: rgb(72,191,241); }
H1.HeaderClassName
{
color: #48BFF1;
}
.AnyTagClassName
{
color: #48BFF1;
}
</style>
background-color css
<style>
a { background-color: #48BFF1; }
a { background-color: rgb(72,191,241); }
div.DivClassName
{
background-color: #48BFF1;
}
.BgClassName
{
background-color: #48BFF1;
}
</style>
border-color css
<style>
span { border-color: #48BFF1; }
span { border-color: rgb(72,191,241); }
td.TdClassName
{
border-color: #48BFF1;
}
.TagClassName
{
border-color: #48BFF1;
}
</style>