Shades of Light Sky Blue #7BCBFB
Tints of Light Sky Blue #7BCBFB
RGB
CMYK
RGB Variations
Color information
#7BCBFB (or 0x7BCBFB) is known color: Light Sky Blue. HEX triplet: 7B, CB and FB. RGB value is (123,203,251). Sum of RGB (Red+Green+Blue) = 123+203+251=577 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.32% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #7BCBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCBFB is #843404. Grayscale: #B8B8B8. Windows color (decimal): -8664069 or 16501627. OLE color: 16501627.
HSL color Cylindrical-coordinate representation of color #7BCBFB: hue angle of 202.5º 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 #7BCBFB is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 203 | 251 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.02 |
| HSL | 202.5º | 0.94% | 0.73% | - |
| HSV(B) | 202.5º | 0.51% | 0.98% | - |
| XYZ | 46.94 | 53.89 | 99.19 | - |
| YUV | 184.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 251 | 0.51 | 0.19 | 0 | 0.02 | 202.5 | 0.94 | 0.73 |
| Hex | 7B | CB | FB | 33 | 13 | 0 | 2 | CA | 5E | 49 |
| Octal | 173 | 313 | 373 | 63 | 23 | 0 | 2 | 312 | 136 | 111 |
| Binary | 1111011 | 11001011 | 11111011 | 110011 | 10011 | 0 | 10 | 11001010 | 1011110 | 1001001 |
Color Harmonies of #7BCBFB
Complementary color
Monochromatic Colors of #7BCBFB
Black with #7BCBFB
Text Example
Text Example
White with #7BCBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBFB; }
p { color: rgb(123,203,251); }
H1.HeaderClassName
{
color: #7BCBFB;
}
.AnyTagClassName
{
color: #7BCBFB;
}
</style>
background-color css
<style>
a { background-color: #7BCBFB; }
a { background-color: rgb(123,203,251); }
div.DivClassName
{
background-color: #7BCBFB;
}
.BgClassName
{
background-color: #7BCBFB;
}
</style>
border-color css
<style>
span { border-color: #7BCBFB; }
span { border-color: rgb(123,203,251); }
td.TdClassName
{
border-color: #7BCBFB;
}
.TagClassName
{
border-color: #7BCBFB;
}
</style>