Shades of Light Sky Blue #7BDBFC
Tints of Light Sky Blue #7BDBFC
RGB
CMYK
RGB Variations
Color information
#7BDBFC (or 0x7BDBFC) is known color: Light Sky Blue. HEX triplet: 7B, DB and FC. RGB value is (123,219,252). Sum of RGB (Red+Green+Blue) = 123+219+252=594 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.71% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BDBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBFC is #842403. Grayscale: #C1C1C1. Windows color (decimal): -8659972 or 16571259. OLE color: 16571259.
HSL color Cylindrical-coordinate representation of color #7BDBFC: hue angle of 195.35º 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 #7BDBFC is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 219 | 252 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.01 |
| HSL | 195.35º | 0.96% | 0.74% | - |
| HSV(B) | 195.35º | 0.51% | 0.99% | - |
| XYZ | 51.07 | 61.9 | 101.35 | - |
| YUV | 194.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 252 | 0.51 | 0.13 | 0 | 0.01 | 195.35 | 0.96 | 0.74 |
| Hex | 7B | DB | FC | 33 | D | 0 | 1 | C3 | 60 | 4A |
| Octal | 173 | 333 | 374 | 63 | 15 | 0 | 1 | 303 | 140 | 112 |
| Binary | 1111011 | 11011011 | 11111100 | 110011 | 1101 | 0 | 1 | 11000011 | 1100000 | 1001010 |
Color Harmonies of #7BDBFC
Complementary color
Monochromatic Colors of #7BDBFC
Black with #7BDBFC
Text Example
Text Example
White with #7BDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBFC; }
p { color: rgb(123,219,252); }
H1.HeaderClassName
{
color: #7BDBFC;
}
.AnyTagClassName
{
color: #7BDBFC;
}
</style>
background-color css
<style>
a { background-color: #7BDBFC; }
a { background-color: rgb(123,219,252); }
div.DivClassName
{
background-color: #7BDBFC;
}
.BgClassName
{
background-color: #7BDBFC;
}
</style>
border-color css
<style>
span { border-color: #7BDBFC; }
span { border-color: rgb(123,219,252); }
td.TdClassName
{
border-color: #7BDBFC;
}
.TagClassName
{
border-color: #7BDBFC;
}
</style>