Shades of Light Sky Blue #7BDDFF
Tints of Light Sky Blue #7BDDFF
RGB
CMYK
RGB Variations
Color information
#7BDDFF (or 0x7BDDFF) is known color: Light Sky Blue. HEX triplet: 7B, DD and FF. RGB value is (123,221,255). Sum of RGB (Red+Green+Blue) = 123+221+255=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDDFF is #842200. Grayscale: #C3C3C3. Windows color (decimal): -8659457 or 16768379. OLE color: 16768379.
HSL color Cylindrical-coordinate representation of color #7BDDFF: hue angle of 195.45º 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 #7BDDFF is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 221 | 255 | - |
| CMYK | 0.52 | 0.13 | 0 | 0 |
| HSL | 195.45º | 1% | 0.74% | - |
| HSV(B) | 195.45º | 0.52% | 1% | - |
| XYZ | 52.07 | 63.14 | 104.05 | - |
| YUV | 195.57 | 161.53 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 255 | 0.52 | 0.13 | 0 | 0 | 195.45 | 1 | 0.74 |
| Hex | 7B | DD | FF | 34 | D | 0 | 0 | C3 | 64 | 4A |
| Octal | 173 | 335 | 377 | 64 | 15 | 0 | 0 | 303 | 144 | 112 |
| Binary | 1111011 | 11011101 | 11111111 | 110100 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001010 |
Color Harmonies of #7BDDFF
Complementary color
Monochromatic Colors of #7BDDFF
Black with #7BDDFF
Text Example
Text Example
White with #7BDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDFF; }
p { color: rgb(123,221,255); }
H1.HeaderClassName
{
color: #7BDDFF;
}
.AnyTagClassName
{
color: #7BDDFF;
}
</style>
background-color css
<style>
a { background-color: #7BDDFF; }
a { background-color: rgb(123,221,255); }
div.DivClassName
{
background-color: #7BDDFF;
}
.BgClassName
{
background-color: #7BDDFF;
}
</style>
border-color css
<style>
span { border-color: #7BDDFF; }
span { border-color: rgb(123,221,255); }
td.TdClassName
{
border-color: #7BDDFF;
}
.TagClassName
{
border-color: #7BDDFF;
}
</style>