Shades of Light Sky Blue #7BDCFF
Tints of Light Sky Blue #7BDCFF
RGB
CMYK
RGB Variations
Color information
#7BDCFF (or 0x7BDCFF) is known color: Light Sky Blue. HEX triplet: 7B, DC and FF. RGB value is (123,220,255). Sum of RGB (Red+Green+Blue) = 123+220+255=598 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.57% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDCFF is #842300. Grayscale: #C2C2C2. Windows color (decimal): -8659713 or 16768123. OLE color: 16768123.
HSL color Cylindrical-coordinate representation of color #7BDCFF: hue angle of 195.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BDCFF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 220 | 255 | - |
| CMYK | 0.52 | 0.14 | 0 | 0 |
| HSL | 195.91º | 1% | 0.74% | - |
| HSV(B) | 195.91º | 0.52% | 1% | - |
| XYZ | 51.81 | 62.62 | 103.96 | - |
| YUV | 194.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 255 | 0.52 | 0.14 | 0 | 0 | 195.91 | 1 | 0.74 |
| Hex | 7B | DC | FF | 34 | E | 0 | 0 | C4 | 64 | 4A |
| Octal | 173 | 334 | 377 | 64 | 16 | 0 | 0 | 304 | 144 | 112 |
| Binary | 1111011 | 11011100 | 11111111 | 110100 | 1110 | 0 | 0 | 11000100 | 1100100 | 1001010 |
Color Harmonies of #7BDCFF
Complementary color
Monochromatic Colors of #7BDCFF
Black with #7BDCFF
Text Example
Text Example
White with #7BDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCFF; }
p { color: rgb(123,220,255); }
H1.HeaderClassName
{
color: #7BDCFF;
}
.AnyTagClassName
{
color: #7BDCFF;
}
</style>
background-color css
<style>
a { background-color: #7BDCFF; }
a { background-color: rgb(123,220,255); }
div.DivClassName
{
background-color: #7BDCFF;
}
.BgClassName
{
background-color: #7BDCFF;
}
</style>
border-color css
<style>
span { border-color: #7BDCFF; }
span { border-color: rgb(123,220,255); }
td.TdClassName
{
border-color: #7BDCFF;
}
.TagClassName
{
border-color: #7BDCFF;
}
</style>