Shades of Summer Sky #48BDFF
Tints of Summer Sky #48BDFF
RGB
CMYK
RGB Variations
Color information
#48BDFF (or 0x48BDFF) is known color: 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
| RGB | 72 | 189 | 255 | - |
| CMYK | 0.72 | 0.26 | 0 | 0 |
| HSL | 201.64º | 1% | 0.64% | - |
| HSV(B) | 201.64º | 0.72% | 1% | - |
| XYZ | 38.92 | 44.99 | 101.24 | - |
| YUV | 161.54 | 180.74 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 255 | 0.72 | 0.26 | 0 | 0 | 201.64 | 1 | 0.64 |
| Hex | 48 | BD | FF | 48 | 1A | 0 | 0 | CA | 64 | 40 |
| Octal | 110 | 275 | 377 | 110 | 32 | 0 | 0 | 312 | 144 | 100 |
| Binary | 1001000 | 10111101 | 11111111 | 1001000 | 11010 | 0 | 0 | 11001010 | 1100100 | 1000000 |
Color Harmonies of #48BDFF
Complementary color
Monochromatic Colors of #48BDFF
Black with #48BDFF
Text Example
Text Example
White with #48BDFF
Text Example
Text Example
HTML Codes & Css Web 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>