Shades of Light Sky Blue #7BDEFD
Tints of Light Sky Blue #7BDEFD
RGB
CMYK
RGB Variations
Color information
#7BDEFD (or 0x7BDEFD) is known color: Light Sky Blue. HEX triplet: 7B, DE and FD. RGB value is (123,222,253). Sum of RGB (Red+Green+Blue) = 123+222+253=598 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.57% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEFD is #842102. Grayscale: #C3C3C3. Windows color (decimal): -8659203 or 16637563. OLE color: 16637563.
HSL color Cylindrical-coordinate representation of color #7BDEFD: hue angle of 194.31º 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 #7BDEFD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 222 | 253 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.01 |
| HSL | 194.31º | 0.97% | 0.74% | - |
| HSV(B) | 194.31º | 0.51% | 0.99% | - |
| XYZ | 52.02 | 63.55 | 102.45 | - |
| YUV | 195.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 253 | 0.51 | 0.12 | 0 | 0.01 | 194.31 | 0.97 | 0.74 |
| Hex | 7B | DE | FD | 33 | C | 0 | 1 | C2 | 61 | 4A |
| Octal | 173 | 336 | 375 | 63 | 14 | 0 | 1 | 302 | 141 | 112 |
| Binary | 1111011 | 11011110 | 11111101 | 110011 | 1100 | 0 | 1 | 11000010 | 1100001 | 1001010 |
Color Harmonies of #7BDEFD
Complementary color
Monochromatic Colors of #7BDEFD
Black with #7BDEFD
Text Example
Text Example
White with #7BDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEFD; }
p { color: rgb(123,222,253); }
H1.HeaderClassName
{
color: #7BDEFD;
}
.AnyTagClassName
{
color: #7BDEFD;
}
</style>
background-color css
<style>
a { background-color: #7BDEFD; }
a { background-color: rgb(123,222,253); }
div.DivClassName
{
background-color: #7BDEFD;
}
.BgClassName
{
background-color: #7BDEFD;
}
</style>
border-color css
<style>
span { border-color: #7BDEFD; }
span { border-color: rgb(123,222,253); }
td.TdClassName
{
border-color: #7BDEFD;
}
.TagClassName
{
border-color: #7BDEFD;
}
</style>