Shades of Light Sky Blue #7BDBFB
Tints of Light Sky Blue #7BDBFB
RGB
CMYK
RGB Variations
Color information
#7BDBFB (or 0x7BDBFB) is known color: Light Sky Blue. HEX triplet: 7B, DB and FB. RGB value is (123,219,251). Sum of RGB (Red+Green+Blue) = 123+219+251=593 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.74% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BDBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBFB is #842404. Grayscale: #C1C1C1. Windows color (decimal): -8659973 or 16505723. OLE color: 16505723.
HSL color Cylindrical-coordinate representation of color #7BDBFB: hue angle of 195º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BDBFB is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 219 | 251 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.02 |
| HSL | 195º | 0.94% | 0.73% | - |
| HSV(B) | 195º | 0.51% | 0.98% | - |
| XYZ | 50.91 | 61.84 | 100.52 | - |
| YUV | 193.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 251 | 0.51 | 0.13 | 0 | 0.02 | 195 | 0.94 | 0.73 |
| Hex | 7B | DB | FB | 33 | D | 0 | 2 | C3 | 5E | 49 |
| Octal | 173 | 333 | 373 | 63 | 15 | 0 | 2 | 303 | 136 | 111 |
| Binary | 1111011 | 11011011 | 11111011 | 110011 | 1101 | 0 | 10 | 11000011 | 1011110 | 1001001 |
Color Harmonies of #7BDBFB
Complementary color
Monochromatic Colors of #7BDBFB
Black with #7BDBFB
Text Example
Text Example
White with #7BDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBFB; }
p { color: rgb(123,219,251); }
H1.HeaderClassName
{
color: #7BDBFB;
}
.AnyTagClassName
{
color: #7BDBFB;
}
</style>
background-color css
<style>
a { background-color: #7BDBFB; }
a { background-color: rgb(123,219,251); }
div.DivClassName
{
background-color: #7BDBFB;
}
.BgClassName
{
background-color: #7BDBFB;
}
</style>
border-color css
<style>
span { border-color: #7BDBFB; }
span { border-color: rgb(123,219,251); }
td.TdClassName
{
border-color: #7BDBFB;
}
.TagClassName
{
border-color: #7BDBFB;
}
</style>