Shades of Summer Sky #48C2FB
Tints of Summer Sky #48C2FB
RGB
CMYK
RGB Variations
Color information
#48C2FB (or 0x48C2FB) is known color: Summer Sky. HEX triplet: 48, C2 and FB. RGB value is (72,194,251). Sum of RGB (Red+Green+Blue) = 72+194+251=517 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.93% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #48C2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C2FB is #B73D04. Grayscale: #A3A3A3. Windows color (decimal): -12008709 or 16499272. OLE color: 16499272.
HSL color Cylindrical-coordinate representation of color #48C2FB: hue angle of 199.11º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48C2FB is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 194 | 251 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.02 |
| HSL | 199.11º | 0.96% | 0.63% | - |
| HSV(B) | 199.11º | 0.71% | 0.98% | - |
| XYZ | 39.38 | 46.93 | 98.25 | - |
| YUV | 164.02 | 177.08 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 251 | 0.71 | 0.23 | 0 | 0.02 | 199.11 | 0.96 | 0.63 |
| Hex | 48 | C2 | FB | 47 | 17 | 0 | 2 | C7 | 60 | 3F |
| Octal | 110 | 302 | 373 | 107 | 27 | 0 | 2 | 307 | 140 | 77 |
| Binary | 1001000 | 11000010 | 11111011 | 1000111 | 10111 | 0 | 10 | 11000111 | 1100000 | 111111 |
Color Harmonies of #48C2FB
Complementary color
Monochromatic Colors of #48C2FB
Black with #48C2FB
Text Example
Text Example
White with #48C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C2FB; }
p { color: rgb(72,194,251); }
H1.HeaderClassName
{
color: #48C2FB;
}
.AnyTagClassName
{
color: #48C2FB;
}
</style>
background-color css
<style>
a { background-color: #48C2FB; }
a { background-color: rgb(72,194,251); }
div.DivClassName
{
background-color: #48C2FB;
}
.BgClassName
{
background-color: #48C2FB;
}
</style>
border-color css
<style>
span { border-color: #48C2FB; }
span { border-color: rgb(72,194,251); }
td.TdClassName
{
border-color: #48C2FB;
}
.TagClassName
{
border-color: #48C2FB;
}
</style>