Shades of Light Sky Blue #7BD7FB
Tints of Light Sky Blue #7BD7FB
RGB
CMYK
RGB Variations
Color information
#7BD7FB (or 0x7BD7FB) is known color: Light Sky Blue. HEX triplet: 7B, D7 and FB. RGB value is (123,215,251). Sum of RGB (Red+Green+Blue) = 123+215+251=589 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.88% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BD7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD7FB is #842804. Grayscale: #BFBFBF. Windows color (decimal): -8660997 or 16504699. OLE color: 16504699.
HSL color Cylindrical-coordinate representation of color #7BD7FB: hue angle of 196.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BD7FB is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 215 | 251 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.02 |
| HSL | 196.88º | 0.94% | 0.73% | - |
| HSV(B) | 196.88º | 0.51% | 0.98% | - |
| XYZ | 49.88 | 59.78 | 100.18 | - |
| YUV | 191.6 | 161.52 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 215 | 251 | 0.51 | 0.14 | 0 | 0.02 | 196.88 | 0.94 | 0.73 |
| Hex | 7B | D7 | FB | 33 | E | 0 | 2 | C5 | 5E | 49 |
| Octal | 173 | 327 | 373 | 63 | 16 | 0 | 2 | 305 | 136 | 111 |
| Binary | 1111011 | 11010111 | 11111011 | 110011 | 1110 | 0 | 10 | 11000101 | 1011110 | 1001001 |
Color Harmonies of #7BD7FB
Complementary color
Monochromatic Colors of #7BD7FB
Black with #7BD7FB
Text Example
Text Example
White with #7BD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD7FB; }
p { color: rgb(123,215,251); }
H1.HeaderClassName
{
color: #7BD7FB;
}
.AnyTagClassName
{
color: #7BD7FB;
}
</style>
background-color css
<style>
a { background-color: #7BD7FB; }
a { background-color: rgb(123,215,251); }
div.DivClassName
{
background-color: #7BD7FB;
}
.BgClassName
{
background-color: #7BD7FB;
}
</style>
border-color css
<style>
span { border-color: #7BD7FB; }
span { border-color: rgb(123,215,251); }
td.TdClassName
{
border-color: #7BD7FB;
}
.TagClassName
{
border-color: #7BD7FB;
}
</style>