Shades of Summer Sky #48BDF2
Tints of Summer Sky #48BDF2
RGB
CMYK
RGB Variations
Color information
#48BDF2 (or 0x48BDF2) is known color: Summer Sky. HEX triplet: 48, BD and F2. RGB value is (72,189,242). Sum of RGB (Red+Green+Blue) = 72+189+242=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #48BDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BDF2 is #B7420D. Grayscale: #9F9F9F. Windows color (decimal): -12009998 or 15908168. OLE color: 15908168.
HSL color Cylindrical-coordinate representation of color #48BDF2: hue angle of 198.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48BDF2 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 189 | 242 | - |
| CMYK | 0.70 | 0.22 | 0 | 0.05 |
| HSL | 198.71º | 0.87% | 0.62% | - |
| HSV(B) | 198.71º | 0.7% | 0.95% | - |
| XYZ | 36.9 | 44.18 | 90.59 | - |
| YUV | 160.06 | 174.24 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 242 | 0.70 | 0.22 | 0 | 0.05 | 198.71 | 0.87 | 0.62 |
| Hex | 48 | BD | F2 | 46 | 16 | 0 | 5 | C7 | 57 | 3E |
| Octal | 110 | 275 | 362 | 106 | 26 | 0 | 5 | 307 | 127 | 76 |
| Binary | 1001000 | 10111101 | 11110010 | 1000110 | 10110 | 0 | 101 | 11000111 | 1010111 | 111110 |
Color Harmonies of #48BDF2
Complementary color
Monochromatic Colors of #48BDF2
Black with #48BDF2
Text Example
Text Example
White with #48BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BDF2; }
p { color: rgb(72,189,242); }
H1.HeaderClassName
{
color: #48BDF2;
}
.AnyTagClassName
{
color: #48BDF2;
}
</style>
background-color css
<style>
a { background-color: #48BDF2; }
a { background-color: rgb(72,189,242); }
div.DivClassName
{
background-color: #48BDF2;
}
.BgClassName
{
background-color: #48BDF2;
}
</style>
border-color css
<style>
span { border-color: #48BDF2; }
span { border-color: rgb(72,189,242); }
td.TdClassName
{
border-color: #48BDF2;
}
.TagClassName
{
border-color: #48BDF2;
}
</style>