Shades of Light Sky Blue #7BDEFE
Tints of Light Sky Blue #7BDEFE
RGB
CMYK
RGB Variations
Color information
#7BDEFE (or 0x7BDEFE) is known color: Light Sky Blue. HEX triplet: 7B, DE and FE. RGB value is (123,222,254). Sum of RGB (Red+Green+Blue) = 123+222+254=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BDEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEFE is #842101. Grayscale: #C3C3C3. Windows color (decimal): -8659202 or 16703099. OLE color: 16703099.
HSL color Cylindrical-coordinate representation of color #7BDEFE: hue angle of 194.66º 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 #7BDEFE is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 222 | 254 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.00 |
| HSL | 194.66º | 0.98% | 0.74% | - |
| HSV(B) | 194.66º | 0.52% | 1% | - |
| XYZ | 52.18 | 63.61 | 103.29 | - |
| YUV | 196.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 254 | 0.52 | 0.13 | 0 | 0.00 | 194.66 | 0.98 | 0.74 |
| Hex | 7B | DE | FE | 34 | D | 0 | 0 | C3 | 62 | 4A |
| Octal | 173 | 336 | 376 | 64 | 15 | 0 | 0 | 303 | 142 | 112 |
| Binary | 1111011 | 11011110 | 11111110 | 110100 | 1101 | 0 | 0 | 11000011 | 1100010 | 1001010 |
Color Harmonies of #7BDEFE
Complementary color
Monochromatic Colors of #7BDEFE
Black with #7BDEFE
Text Example
Text Example
White with #7BDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEFE; }
p { color: rgb(123,222,254); }
H1.HeaderClassName
{
color: #7BDEFE;
}
.AnyTagClassName
{
color: #7BDEFE;
}
</style>
background-color css
<style>
a { background-color: #7BDEFE; }
a { background-color: rgb(123,222,254); }
div.DivClassName
{
background-color: #7BDEFE;
}
.BgClassName
{
background-color: #7BDEFE;
}
</style>
border-color css
<style>
span { border-color: #7BDEFE; }
span { border-color: rgb(123,222,254); }
td.TdClassName
{
border-color: #7BDEFE;
}
.TagClassName
{
border-color: #7BDEFE;
}
</style>