Shades of Light Sky Blue #7BDDFC
Tints of Light Sky Blue #7BDDFC
RGB
CMYK
RGB Variations
Color information
#7BDDFC (or 0x7BDDFC) is known color: Light Sky Blue. HEX triplet: 7B, DD and FC. RGB value is (123,221,252). Sum of RGB (Red+Green+Blue) = 123+221+252=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDDFC is #842203. Grayscale: #C3C3C3. Windows color (decimal): -8659460 or 16571771. OLE color: 16571771.
HSL color Cylindrical-coordinate representation of color #7BDDFC: hue angle of 194.42º degrees, saturation: 0.96, 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 #7BDDFC is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 221 | 252 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.01 |
| HSL | 194.42º | 0.96% | 0.74% | - |
| HSV(B) | 194.42º | 0.51% | 0.99% | - |
| XYZ | 51.6 | 62.95 | 101.53 | - |
| YUV | 195.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 252 | 0.51 | 0.12 | 0 | 0.01 | 194.42 | 0.96 | 0.74 |
| Hex | 7B | DD | FC | 33 | C | 0 | 1 | C2 | 60 | 4A |
| Octal | 173 | 335 | 374 | 63 | 14 | 0 | 1 | 302 | 140 | 112 |
| Binary | 1111011 | 11011101 | 11111100 | 110011 | 1100 | 0 | 1 | 11000010 | 1100000 | 1001010 |
Color Harmonies of #7BDDFC
Complementary color
Monochromatic Colors of #7BDDFC
Black with #7BDDFC
Text Example
Text Example
White with #7BDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDFC; }
p { color: rgb(123,221,252); }
H1.HeaderClassName
{
color: #7BDDFC;
}
.AnyTagClassName
{
color: #7BDDFC;
}
</style>
background-color css
<style>
a { background-color: #7BDDFC; }
a { background-color: rgb(123,221,252); }
div.DivClassName
{
background-color: #7BDDFC;
}
.BgClassName
{
background-color: #7BDDFC;
}
</style>
border-color css
<style>
span { border-color: #7BDDFC; }
span { border-color: rgb(123,221,252); }
td.TdClassName
{
border-color: #7BDDFC;
}
.TagClassName
{
border-color: #7BDDFC;
}
</style>