Shades of Light Sky Blue #7BE0FC
Tints of Light Sky Blue #7BE0FC
RGB
CMYK
RGB Variations
Color information
#7BE0FC (or 0x7BE0FC) is known color: Light Sky Blue. HEX triplet: 7B, E0 and FC. RGB value is (123,224,252). Sum of RGB (Red+Green+Blue) = 123+224+252=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BE0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE0FC is #841F03. Grayscale: #C4C4C4. Windows color (decimal): -8658692 or 16572539. OLE color: 16572539.
HSL color Cylindrical-coordinate representation of color #7BE0FC: hue angle of 193.02º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BE0FC is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 224 | 252 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.01 |
| HSL | 193.02º | 0.96% | 0.74% | - |
| HSV(B) | 193.02º | 0.51% | 0.99% | - |
| XYZ | 52.39 | 64.55 | 101.79 | - |
| YUV | 196.99 | 159.04 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 252 | 0.51 | 0.11 | 0 | 0.01 | 193.02 | 0.96 | 0.74 |
| Hex | 7B | E0 | FC | 33 | B | 0 | 1 | C1 | 60 | 4A |
| Octal | 173 | 340 | 374 | 63 | 13 | 0 | 1 | 301 | 140 | 112 |
| Binary | 1111011 | 11100000 | 11111100 | 110011 | 1011 | 0 | 1 | 11000001 | 1100000 | 1001010 |
Color Harmonies of #7BE0FC
Complementary color
Monochromatic Colors of #7BE0FC
Black with #7BE0FC
Text Example
Text Example
White with #7BE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0FC; }
p { color: rgb(123,224,252); }
H1.HeaderClassName
{
color: #7BE0FC;
}
.AnyTagClassName
{
color: #7BE0FC;
}
</style>
background-color css
<style>
a { background-color: #7BE0FC; }
a { background-color: rgb(123,224,252); }
div.DivClassName
{
background-color: #7BE0FC;
}
.BgClassName
{
background-color: #7BE0FC;
}
</style>
border-color css
<style>
span { border-color: #7BE0FC; }
span { border-color: rgb(123,224,252); }
td.TdClassName
{
border-color: #7BE0FC;
}
.TagClassName
{
border-color: #7BE0FC;
}
</style>