Shades of Light Sky Blue #7BDBFF
Tints of Light Sky Blue #7BDBFF
RGB
CMYK
RGB Variations
Color information
#7BDBFF (or 0x7BDBFF) is known color: Light Sky Blue. HEX triplet: 7B, DB and FF. RGB value is (123,219,255). Sum of RGB (Red+Green+Blue) = 123+219+255=597 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.60% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBFF is #842400. Grayscale: #C2C2C2. Windows color (decimal): -8659969 or 16767867. OLE color: 16767867.
HSL color Cylindrical-coordinate representation of color #7BDBFF: hue angle of 196.36º 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 #7BDBFF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 219 | 255 | - |
| CMYK | 0.52 | 0.14 | 0 | 0 |
| HSL | 196.36º | 1% | 0.74% | - |
| HSV(B) | 196.36º | 0.52% | 1% | - |
| XYZ | 51.55 | 62.09 | 103.88 | - |
| YUV | 194.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 255 | 0.52 | 0.14 | 0 | 0 | 196.36 | 1 | 0.74 |
| Hex | 7B | DB | FF | 34 | E | 0 | 0 | C4 | 64 | 4A |
| Octal | 173 | 333 | 377 | 64 | 16 | 0 | 0 | 304 | 144 | 112 |
| Binary | 1111011 | 11011011 | 11111111 | 110100 | 1110 | 0 | 0 | 11000100 | 1100100 | 1001010 |
Color Harmonies of #7BDBFF
Complementary color
Monochromatic Colors of #7BDBFF
Black with #7BDBFF
Text Example
Text Example
White with #7BDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBFF; }
p { color: rgb(123,219,255); }
H1.HeaderClassName
{
color: #7BDBFF;
}
.AnyTagClassName
{
color: #7BDBFF;
}
</style>
background-color css
<style>
a { background-color: #7BDBFF; }
a { background-color: rgb(123,219,255); }
div.DivClassName
{
background-color: #7BDBFF;
}
.BgClassName
{
background-color: #7BDBFF;
}
</style>
border-color css
<style>
span { border-color: #7BDBFF; }
span { border-color: rgb(123,219,255); }
td.TdClassName
{
border-color: #7BDBFF;
}
.TagClassName
{
border-color: #7BDBFF;
}
</style>