Shades of Light Sky Blue #7BDFFF
Tints of Light Sky Blue #7BDFFF
RGB
CMYK
RGB Variations
Color information
#7BDFFF (or 0x7BDFFF) is known color: Light Sky Blue. HEX triplet: 7B, DF and FF. RGB value is (123,223,255). Sum of RGB (Red+Green+Blue) = 123+223+255=601 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.47% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFFF is #842000. Grayscale: #C4C4C4. Windows color (decimal): -8658945 or 16768891. OLE color: 16768891.
HSL color Cylindrical-coordinate representation of color #7BDFFF: hue angle of 194.55º 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 #7BDFFF is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 223 | 255 | - |
| CMYK | 0.52 | 0.13 | 0 | 0 |
| HSL | 194.55º | 1% | 0.74% | - |
| HSV(B) | 194.55º | 0.52% | 1% | - |
| XYZ | 52.61 | 64.21 | 104.23 | - |
| YUV | 196.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 255 | 0.52 | 0.13 | 0 | 0 | 194.55 | 1 | 0.74 |
| Hex | 7B | DF | FF | 34 | D | 0 | 0 | C3 | 64 | 4A |
| Octal | 173 | 337 | 377 | 64 | 15 | 0 | 0 | 303 | 144 | 112 |
| Binary | 1111011 | 11011111 | 11111111 | 110100 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001010 |
Color Harmonies of #7BDFFF
Complementary color
Monochromatic Colors of #7BDFFF
Black with #7BDFFF
Text Example
Text Example
White with #7BDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFFF; }
p { color: rgb(123,223,255); }
H1.HeaderClassName
{
color: #7BDFFF;
}
.AnyTagClassName
{
color: #7BDFFF;
}
</style>
background-color css
<style>
a { background-color: #7BDFFF; }
a { background-color: rgb(123,223,255); }
div.DivClassName
{
background-color: #7BDFFF;
}
.BgClassName
{
background-color: #7BDFFF;
}
</style>
border-color css
<style>
span { border-color: #7BDFFF; }
span { border-color: rgb(123,223,255); }
td.TdClassName
{
border-color: #7BDFFF;
}
.TagClassName
{
border-color: #7BDFFF;
}
</style>