Shades of Summer Sky #48C8FF
Tints of Summer Sky #48C8FF
RGB
CMYK
RGB Variations
Color information
#48C8FF (or 0x48C8FF) is known color: Summer Sky. HEX triplet: 48, C8 and FF. RGB value is (72,200,255). Sum of RGB (Red+Green+Blue) = 72+200+255=527 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.66% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #48C8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C8FF is #B73700. Grayscale: #A7A7A7. Windows color (decimal): -12007169 or 16762952. OLE color: 16762952.
HSL color Cylindrical-coordinate representation of color #48C8FF: hue angle of 198.03º 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 #48C8FF is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 200 | 255 | - |
| CMYK | 0.72 | 0.22 | 0 | 0 |
| HSL | 198.03º | 1% | 0.64% | - |
| HSV(B) | 198.03º | 0.72% | 1% | - |
| XYZ | 41.38 | 49.91 | 102.06 | - |
| YUV | 168 | 177.09 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 255 | 0.72 | 0.22 | 0 | 0 | 198.03 | 1 | 0.64 |
| Hex | 48 | C8 | FF | 48 | 16 | 0 | 0 | C6 | 64 | 40 |
| Octal | 110 | 310 | 377 | 110 | 26 | 0 | 0 | 306 | 144 | 100 |
| Binary | 1001000 | 11001000 | 11111111 | 1001000 | 10110 | 0 | 0 | 11000110 | 1100100 | 1000000 |
Color Harmonies of #48C8FF
Complementary color
Monochromatic Colors of #48C8FF
Black with #48C8FF
Text Example
Text Example
White with #48C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C8FF; }
p { color: rgb(72,200,255); }
H1.HeaderClassName
{
color: #48C8FF;
}
.AnyTagClassName
{
color: #48C8FF;
}
</style>
background-color css
<style>
a { background-color: #48C8FF; }
a { background-color: rgb(72,200,255); }
div.DivClassName
{
background-color: #48C8FF;
}
.BgClassName
{
background-color: #48C8FF;
}
</style>
border-color css
<style>
span { border-color: #48C8FF; }
span { border-color: rgb(72,200,255); }
td.TdClassName
{
border-color: #48C8FF;
}
.TagClassName
{
border-color: #48C8FF;
}
</style>