Shades of Light Sky Blue #7BCCFF
Tints of Light Sky Blue #7BCCFF
RGB
CMYK
RGB Variations
Color information
#7BCCFF (or 0x7BCCFF) is known color: Light Sky Blue. HEX triplet: 7B, CC and FF. RGB value is (123,204,255). Sum of RGB (Red+Green+Blue) = 123+204+255=582 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.13% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCCFF is #843300. Grayscale: #B9B9B9. Windows color (decimal): -8663809 or 16764027. OLE color: 16764027.
HSL color Cylindrical-coordinate representation of color #7BCCFF: hue angle of 203.18º 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 #7BCCFF is Cyan = 0.52, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 204 | 255 | - |
| CMYK | 0.52 | 0.2 | 0 | 0 |
| HSL | 203.18º | 1% | 0.74% | - |
| HSV(B) | 203.18º | 0.52% | 1% | - |
| XYZ | 47.81 | 54.62 | 102.63 | - |
| YUV | 185.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 255 | 0.52 | 0.2 | 0 | 0 | 203.18 | 1 | 0.74 |
| Hex | 7B | CC | FF | 34 | 14 | 0 | 0 | CB | 64 | 4A |
| Octal | 173 | 314 | 377 | 64 | 24 | 0 | 0 | 313 | 144 | 112 |
| Binary | 1111011 | 11001100 | 11111111 | 110100 | 10100 | 0 | 0 | 11001011 | 1100100 | 1001010 |
Color Harmonies of #7BCCFF
Complementary color
Monochromatic Colors of #7BCCFF
Black with #7BCCFF
Text Example
Text Example
White with #7BCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCCFF; }
p { color: rgb(123,204,255); }
H1.HeaderClassName
{
color: #7BCCFF;
}
.AnyTagClassName
{
color: #7BCCFF;
}
</style>
background-color css
<style>
a { background-color: #7BCCFF; }
a { background-color: rgb(123,204,255); }
div.DivClassName
{
background-color: #7BCCFF;
}
.BgClassName
{
background-color: #7BCCFF;
}
</style>
border-color css
<style>
span { border-color: #7BCCFF; }
span { border-color: rgb(123,204,255); }
td.TdClassName
{
border-color: #7BCCFF;
}
.TagClassName
{
border-color: #7BCCFF;
}
</style>