Shades of Light Sky Blue #7BCBFC
Tints of Light Sky Blue #7BCBFC
RGB
CMYK
RGB Variations
Color information
#7BCBFC (or 0x7BCBFC) is known color: Light Sky Blue. HEX triplet: 7B, CB and FC. RGB value is (123,203,252). Sum of RGB (Red+Green+Blue) = 123+203+252=578 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.28% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCBFC is #843403. Grayscale: #B8B8B8. Windows color (decimal): -8664068 or 16567163. OLE color: 16567163.
HSL color Cylindrical-coordinate representation of color #7BCBFC: hue angle of 202.79º degrees, saturation: 0.96, 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 #7BCBFC is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 203 | 252 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.01 |
| HSL | 202.79º | 0.96% | 0.74% | - |
| HSV(B) | 202.79º | 0.51% | 0.99% | - |
| XYZ | 47.1 | 53.95 | 100.03 | - |
| YUV | 184.67 | 166 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 252 | 0.51 | 0.19 | 0 | 0.01 | 202.79 | 0.96 | 0.74 |
| Hex | 7B | CB | FC | 33 | 13 | 0 | 1 | CB | 60 | 4A |
| Octal | 173 | 313 | 374 | 63 | 23 | 0 | 1 | 313 | 140 | 112 |
| Binary | 1111011 | 11001011 | 11111100 | 110011 | 10011 | 0 | 1 | 11001011 | 1100000 | 1001010 |
Color Harmonies of #7BCBFC
Complementary color
Monochromatic Colors of #7BCBFC
Black with #7BCBFC
Text Example
Text Example
White with #7BCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBFC; }
p { color: rgb(123,203,252); }
H1.HeaderClassName
{
color: #7BCBFC;
}
.AnyTagClassName
{
color: #7BCBFC;
}
</style>
background-color css
<style>
a { background-color: #7BCBFC; }
a { background-color: rgb(123,203,252); }
div.DivClassName
{
background-color: #7BCBFC;
}
.BgClassName
{
background-color: #7BCBFC;
}
</style>
border-color css
<style>
span { border-color: #7BCBFC; }
span { border-color: rgb(123,203,252); }
td.TdClassName
{
border-color: #7BCBFC;
}
.TagClassName
{
border-color: #7BCBFC;
}
</style>