Shades of Light Sky Blue #7BDDFD
Tints of Light Sky Blue #7BDDFD
RGB
CMYK
RGB Variations
Color information
#7BDDFD (or 0x7BDDFD) is known color: Light Sky Blue. HEX triplet: 7B, DD and FD. RGB value is (123,221,253). Sum of RGB (Red+Green+Blue) = 123+221+253=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDDFD is #842202. Grayscale: #C3C3C3. Windows color (decimal): -8659459 or 16637307. OLE color: 16637307.
HSL color Cylindrical-coordinate representation of color #7BDDFD: hue angle of 194.77º degrees, saturation: 0.97, 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 #7BDDFD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 221 | 253 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.01 |
| HSL | 194.77º | 0.97% | 0.74% | - |
| HSV(B) | 194.77º | 0.51% | 0.99% | - |
| XYZ | 51.75 | 63.02 | 102.36 | - |
| YUV | 195.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 253 | 0.51 | 0.13 | 0 | 0.01 | 194.77 | 0.97 | 0.74 |
| Hex | 7B | DD | FD | 33 | D | 0 | 1 | C3 | 61 | 4A |
| Octal | 173 | 335 | 375 | 63 | 15 | 0 | 1 | 303 | 141 | 112 |
| Binary | 1111011 | 11011101 | 11111101 | 110011 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001010 |
Color Harmonies of #7BDDFD
Complementary color
Monochromatic Colors of #7BDDFD
Black with #7BDDFD
Text Example
Text Example
White with #7BDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDFD; }
p { color: rgb(123,221,253); }
H1.HeaderClassName
{
color: #7BDDFD;
}
.AnyTagClassName
{
color: #7BDDFD;
}
</style>
background-color css
<style>
a { background-color: #7BDDFD; }
a { background-color: rgb(123,221,253); }
div.DivClassName
{
background-color: #7BDDFD;
}
.BgClassName
{
background-color: #7BDDFD;
}
</style>
border-color css
<style>
span { border-color: #7BDDFD; }
span { border-color: rgb(123,221,253); }
td.TdClassName
{
border-color: #7BDDFD;
}
.TagClassName
{
border-color: #7BDDFD;
}
</style>