Shades of Light Sky Blue #7BDBFD
Tints of Light Sky Blue #7BDBFD
RGB
CMYK
RGB Variations
Color information
#7BDBFD (or 0x7BDBFD) is known color: Light Sky Blue. HEX triplet: 7B, DB and FD. RGB value is (123,219,253). Sum of RGB (Red+Green+Blue) = 123+219+253=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BDBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBFD is #842402. Grayscale: #C1C1C1. Windows color (decimal): -8659971 or 16636795. OLE color: 16636795.
HSL color Cylindrical-coordinate representation of color #7BDBFD: hue angle of 195.69º 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 #7BDBFD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 219 | 253 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.01 |
| HSL | 195.69º | 0.97% | 0.74% | - |
| HSV(B) | 195.69º | 0.51% | 0.99% | - |
| XYZ | 51.23 | 61.97 | 102.19 | - |
| YUV | 194.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 253 | 0.51 | 0.13 | 0 | 0.01 | 195.69 | 0.97 | 0.74 |
| Hex | 7B | DB | FD | 33 | D | 0 | 1 | C4 | 61 | 4A |
| Octal | 173 | 333 | 375 | 63 | 15 | 0 | 1 | 304 | 141 | 112 |
| Binary | 1111011 | 11011011 | 11111101 | 110011 | 1101 | 0 | 1 | 11000100 | 1100001 | 1001010 |
Color Harmonies of #7BDBFD
Complementary color
Monochromatic Colors of #7BDBFD
Black with #7BDBFD
Text Example
Text Example
White with #7BDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBFD; }
p { color: rgb(123,219,253); }
H1.HeaderClassName
{
color: #7BDBFD;
}
.AnyTagClassName
{
color: #7BDBFD;
}
</style>
background-color css
<style>
a { background-color: #7BDBFD; }
a { background-color: rgb(123,219,253); }
div.DivClassName
{
background-color: #7BDBFD;
}
.BgClassName
{
background-color: #7BDBFD;
}
</style>
border-color css
<style>
span { border-color: #7BDBFD; }
span { border-color: rgb(123,219,253); }
td.TdClassName
{
border-color: #7BDBFD;
}
.TagClassName
{
border-color: #7BDBFD;
}
</style>