Shades of Light Sky Blue #7BD5F7
Tints of Light Sky Blue #7BD5F7
RGB
CMYK
RGB Variations
Color information
#7BD5F7 (or 0x7BD5F7) is known color: Light Sky Blue. HEX triplet: 7B, D5 and F7. RGB value is (123,213,247). Sum of RGB (Red+Green+Blue) = 123+213+247=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #7BD5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD5F7 is #842A08. Grayscale: #BDBDBD. Windows color (decimal): -8661513 or 16242043. OLE color: 16242043.
HSL color Cylindrical-coordinate representation of color #7BD5F7: hue angle of 196.45º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BD5F7 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 213 | 247 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.03 |
| HSL | 196.45º | 0.89% | 0.73% | - |
| HSV(B) | 196.45º | 0.5% | 0.97% | - |
| XYZ | 48.75 | 58.51 | 96.72 | - |
| YUV | 189.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 247 | 0.50 | 0.14 | 0 | 0.03 | 196.45 | 0.89 | 0.73 |
| Hex | 7B | D5 | F7 | 32 | E | 0 | 3 | C4 | 59 | 49 |
| Octal | 173 | 325 | 367 | 62 | 16 | 0 | 3 | 304 | 131 | 111 |
| Binary | 1111011 | 11010101 | 11110111 | 110010 | 1110 | 0 | 11 | 11000100 | 1011001 | 1001001 |
Color Harmonies of #7BD5F7
Complementary color
Monochromatic Colors of #7BD5F7
Black with #7BD5F7
Text Example
Text Example
White with #7BD5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD5F7; }
p { color: rgb(123,213,247); }
H1.HeaderClassName
{
color: #7BD5F7;
}
.AnyTagClassName
{
color: #7BD5F7;
}
</style>
background-color css
<style>
a { background-color: #7BD5F7; }
a { background-color: rgb(123,213,247); }
div.DivClassName
{
background-color: #7BD5F7;
}
.BgClassName
{
background-color: #7BD5F7;
}
</style>
border-color css
<style>
span { border-color: #7BD5F7; }
span { border-color: rgb(123,213,247); }
td.TdClassName
{
border-color: #7BD5F7;
}
.TagClassName
{
border-color: #7BD5F7;
}
</style>