Shades of Light Sky Blue #7BDFFD
Tints of Light Sky Blue #7BDFFD
RGB
CMYK
RGB Variations
Color information
#7BDFFD (or 0x7BDFFD) is known color: Light Sky Blue. HEX triplet: 7B, DF and FD. RGB value is (123,223,253). Sum of RGB (Red+Green+Blue) = 123+223+253=599 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.53% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFFD is #842002. Grayscale: #C4C4C4. Windows color (decimal): -8658947 or 16637819. OLE color: 16637819.
HSL color Cylindrical-coordinate representation of color #7BDFFD: hue angle of 193.85º 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 #7BDFFD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 223 | 253 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.01 |
| HSL | 193.85º | 0.97% | 0.74% | - |
| HSV(B) | 193.85º | 0.51% | 0.99% | - |
| XYZ | 52.29 | 64.08 | 102.54 | - |
| YUV | 196.52 | 159.87 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 253 | 0.51 | 0.12 | 0 | 0.01 | 193.85 | 0.97 | 0.74 |
| Hex | 7B | DF | FD | 33 | C | 0 | 1 | C2 | 61 | 4A |
| Octal | 173 | 337 | 375 | 63 | 14 | 0 | 1 | 302 | 141 | 112 |
| Binary | 1111011 | 11011111 | 11111101 | 110011 | 1100 | 0 | 1 | 11000010 | 1100001 | 1001010 |
Color Harmonies of #7BDFFD
Complementary color
Monochromatic Colors of #7BDFFD
Black with #7BDFFD
Text Example
Text Example
White with #7BDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFFD; }
p { color: rgb(123,223,253); }
H1.HeaderClassName
{
color: #7BDFFD;
}
.AnyTagClassName
{
color: #7BDFFD;
}
</style>
background-color css
<style>
a { background-color: #7BDFFD; }
a { background-color: rgb(123,223,253); }
div.DivClassName
{
background-color: #7BDFFD;
}
.BgClassName
{
background-color: #7BDFFD;
}
</style>
border-color css
<style>
span { border-color: #7BDFFD; }
span { border-color: rgb(123,223,253); }
td.TdClassName
{
border-color: #7BDFFD;
}
.TagClassName
{
border-color: #7BDFFD;
}
</style>