Shades of Light Sky Blue #7BCFFD
Tints of Light Sky Blue #7BCFFD
RGB
CMYK
RGB Variations
Color information
#7BCFFD (or 0x7BCFFD) is known color: Light Sky Blue. HEX triplet: 7B, CF and FD. RGB value is (123,207,253). Sum of RGB (Red+Green+Blue) = 123+207+253=583 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.10% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BCFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCFFD is #843002. Grayscale: #BABABA. Windows color (decimal): -8663043 or 16633723. OLE color: 16633723.
HSL color Cylindrical-coordinate representation of color #7BCFFD: hue angle of 201.23º degrees, saturation: 0.97, 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 #7BCFFD is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 207 | 253 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.01 |
| HSL | 201.23º | 0.97% | 0.74% | - |
| HSV(B) | 201.23º | 0.51% | 0.99% | - |
| XYZ | 48.21 | 55.93 | 101.18 | - |
| YUV | 187.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 253 | 0.51 | 0.18 | 0 | 0.01 | 201.23 | 0.97 | 0.74 |
| Hex | 7B | CF | FD | 33 | 12 | 0 | 1 | C9 | 61 | 4A |
| Octal | 173 | 317 | 375 | 63 | 22 | 0 | 1 | 311 | 141 | 112 |
| Binary | 1111011 | 11001111 | 11111101 | 110011 | 10010 | 0 | 1 | 11001001 | 1100001 | 1001010 |
Color Harmonies of #7BCFFD
Complementary color
Monochromatic Colors of #7BCFFD
Black with #7BCFFD
Text Example
Text Example
White with #7BCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFFD; }
p { color: rgb(123,207,253); }
H1.HeaderClassName
{
color: #7BCFFD;
}
.AnyTagClassName
{
color: #7BCFFD;
}
</style>
background-color css
<style>
a { background-color: #7BCFFD; }
a { background-color: rgb(123,207,253); }
div.DivClassName
{
background-color: #7BCFFD;
}
.BgClassName
{
background-color: #7BCFFD;
}
</style>
border-color css
<style>
span { border-color: #7BCFFD; }
span { border-color: rgb(123,207,253); }
td.TdClassName
{
border-color: #7BCFFD;
}
.TagClassName
{
border-color: #7BCFFD;
}
</style>