Shades of Light Sky Blue #7BCDFD
Tints of Light Sky Blue #7BCDFD
RGB
CMYK
RGB Variations
Color information
#7BCDFD (or 0x7BCDFD) is known color: Light Sky Blue. HEX triplet: 7B, CD and FD. RGB value is (123,205,253). Sum of RGB (Red+Green+Blue) = 123+205+253=581 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.17% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BCDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCDFD is #843202. Grayscale: #B9B9B9. Windows color (decimal): -8663555 or 16633211. OLE color: 16633211.
HSL color Cylindrical-coordinate representation of color #7BCDFD: hue angle of 202.15º 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 #7BCDFD is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 205 | 253 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.01 |
| HSL | 202.15º | 0.97% | 0.74% | - |
| HSV(B) | 202.15º | 0.51% | 0.99% | - |
| XYZ | 47.73 | 54.97 | 101.02 | - |
| YUV | 185.95 | 165.83 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 253 | 0.51 | 0.19 | 0 | 0.01 | 202.15 | 0.97 | 0.74 |
| Hex | 7B | CD | FD | 33 | 13 | 0 | 1 | CA | 61 | 4A |
| Octal | 173 | 315 | 375 | 63 | 23 | 0 | 1 | 312 | 141 | 112 |
| Binary | 1111011 | 11001101 | 11111101 | 110011 | 10011 | 0 | 1 | 11001010 | 1100001 | 1001010 |
Color Harmonies of #7BCDFD
Complementary color
Monochromatic Colors of #7BCDFD
Black with #7BCDFD
Text Example
Text Example
White with #7BCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDFD; }
p { color: rgb(123,205,253); }
H1.HeaderClassName
{
color: #7BCDFD;
}
.AnyTagClassName
{
color: #7BCDFD;
}
</style>
background-color css
<style>
a { background-color: #7BCDFD; }
a { background-color: rgb(123,205,253); }
div.DivClassName
{
background-color: #7BCDFD;
}
.BgClassName
{
background-color: #7BCDFD;
}
</style>
border-color css
<style>
span { border-color: #7BCDFD; }
span { border-color: rgb(123,205,253); }
td.TdClassName
{
border-color: #7BCDFD;
}
.TagClassName
{
border-color: #7BCDFD;
}
</style>