Shades of Light Sky Blue #7BE0FE
Tints of Light Sky Blue #7BE0FE
RGB
CMYK
RGB Variations
Color information
#7BE0FE (or 0x7BE0FE) is known color: Light Sky Blue. HEX triplet: 7B, E0 and FE. RGB value is (123,224,254). Sum of RGB (Red+Green+Blue) = 123+224+254=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BE0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE0FE is #841F01. Grayscale: #C5C5C5. Windows color (decimal): -8658690 or 16703611. OLE color: 16703611.
HSL color Cylindrical-coordinate representation of color #7BE0FE: hue angle of 193.74º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BE0FE is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 224 | 254 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.00 |
| HSL | 193.74º | 0.98% | 0.74% | - |
| HSV(B) | 193.74º | 0.52% | 1% | - |
| XYZ | 52.71 | 64.68 | 103.47 | - |
| YUV | 197.22 | 160.04 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 254 | 0.52 | 0.12 | 0 | 0.00 | 193.74 | 0.98 | 0.74 |
| Hex | 7B | E0 | FE | 34 | C | 0 | 0 | C2 | 62 | 4A |
| Octal | 173 | 340 | 376 | 64 | 14 | 0 | 0 | 302 | 142 | 112 |
| Binary | 1111011 | 11100000 | 11111110 | 110100 | 1100 | 0 | 0 | 11000010 | 1100010 | 1001010 |
Color Harmonies of #7BE0FE
Complementary color
Monochromatic Colors of #7BE0FE
Black with #7BE0FE
Text Example
Text Example
White with #7BE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0FE; }
p { color: rgb(123,224,254); }
H1.HeaderClassName
{
color: #7BE0FE;
}
.AnyTagClassName
{
color: #7BE0FE;
}
</style>
background-color css
<style>
a { background-color: #7BE0FE; }
a { background-color: rgb(123,224,254); }
div.DivClassName
{
background-color: #7BE0FE;
}
.BgClassName
{
background-color: #7BE0FE;
}
</style>
border-color css
<style>
span { border-color: #7BE0FE; }
span { border-color: rgb(123,224,254); }
td.TdClassName
{
border-color: #7BE0FE;
}
.TagClassName
{
border-color: #7BE0FE;
}
</style>