Shades of Light Sky Blue #7BDCFD
Tints of Light Sky Blue #7BDCFD
RGB
CMYK
RGB Variations
Color information
#7BDCFD (or 0x7BDCFD) is known color: Light Sky Blue. HEX triplet: 7B, DC and FD. RGB value is (123,220,253). Sum of RGB (Red+Green+Blue) = 123+220+253=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BDCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDCFD is #842302. Grayscale: #C2C2C2. Windows color (decimal): -8659715 or 16637051. OLE color: 16637051.
HSL color Cylindrical-coordinate representation of color #7BDCFD: hue angle of 195.23º 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 #7BDCFD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 220 | 253 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.01 |
| HSL | 195.23º | 0.97% | 0.74% | - |
| HSV(B) | 195.23º | 0.51% | 0.99% | - |
| XYZ | 51.49 | 62.49 | 102.28 | - |
| YUV | 194.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 253 | 0.51 | 0.13 | 0 | 0.01 | 195.23 | 0.97 | 0.74 |
| Hex | 7B | DC | FD | 33 | D | 0 | 1 | C3 | 61 | 4A |
| Octal | 173 | 334 | 375 | 63 | 15 | 0 | 1 | 303 | 141 | 112 |
| Binary | 1111011 | 11011100 | 11111101 | 110011 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001010 |
Color Harmonies of #7BDCFD
Complementary color
Monochromatic Colors of #7BDCFD
Black with #7BDCFD
Text Example
Text Example
White with #7BDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCFD; }
p { color: rgb(123,220,253); }
H1.HeaderClassName
{
color: #7BDCFD;
}
.AnyTagClassName
{
color: #7BDCFD;
}
</style>
background-color css
<style>
a { background-color: #7BDCFD; }
a { background-color: rgb(123,220,253); }
div.DivClassName
{
background-color: #7BDCFD;
}
.BgClassName
{
background-color: #7BDCFD;
}
</style>
border-color css
<style>
span { border-color: #7BDCFD; }
span { border-color: rgb(123,220,253); }
td.TdClassName
{
border-color: #7BDCFD;
}
.TagClassName
{
border-color: #7BDCFD;
}
</style>