Shades of Light Sky Blue #7BE0FF
Tints of Light Sky Blue #7BE0FF
RGB
CMYK
RGB Variations
Color information
#7BE0FF (or 0x7BE0FF) is known color: Light Sky Blue. HEX triplet: 7B, E0 and FF. RGB value is (123,224,255). Sum of RGB (Red+Green+Blue) = 123+224+255=602 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.43% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE0FF is #841F00. Grayscale: #C5C5C5. Windows color (decimal): -8658689 or 16769147. OLE color: 16769147.
HSL color Cylindrical-coordinate representation of color #7BE0FF: hue angle of 194.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BE0FF is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 224 | 255 | - |
| CMYK | 0.52 | 0.12 | 0 | 0 |
| HSL | 194.09º | 1% | 0.74% | - |
| HSV(B) | 194.09º | 0.52% | 1% | - |
| XYZ | 52.87 | 64.74 | 104.32 | - |
| YUV | 197.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 255 | 0.52 | 0.12 | 0 | 0 | 194.09 | 1 | 0.74 |
| Hex | 7B | E0 | FF | 34 | C | 0 | 0 | C2 | 64 | 4A |
| Octal | 173 | 340 | 377 | 64 | 14 | 0 | 0 | 302 | 144 | 112 |
| Binary | 1111011 | 11100000 | 11111111 | 110100 | 1100 | 0 | 0 | 11000010 | 1100100 | 1001010 |
Color Harmonies of #7BE0FF
Complementary color
Monochromatic Colors of #7BE0FF
Black with #7BE0FF
Text Example
Text Example
White with #7BE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0FF; }
p { color: rgb(123,224,255); }
H1.HeaderClassName
{
color: #7BE0FF;
}
.AnyTagClassName
{
color: #7BE0FF;
}
</style>
background-color css
<style>
a { background-color: #7BE0FF; }
a { background-color: rgb(123,224,255); }
div.DivClassName
{
background-color: #7BE0FF;
}
.BgClassName
{
background-color: #7BE0FF;
}
</style>
border-color css
<style>
span { border-color: #7BE0FF; }
span { border-color: rgb(123,224,255); }
td.TdClassName
{
border-color: #7BE0FF;
}
.TagClassName
{
border-color: #7BE0FF;
}
</style>