Shades of Light Sky Blue #7BDFFE
Tints of Light Sky Blue #7BDFFE
RGB
CMYK
RGB Variations
Color information
#7BDFFE (or 0x7BDFFE) is known color: Light Sky Blue. HEX triplet: 7B, DF and FE. RGB value is (123,223,254). Sum of RGB (Red+Green+Blue) = 123+223+254=600 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDFFE is #842001. Grayscale: #C4C4C4. Windows color (decimal): -8658946 or 16703355. OLE color: 16703355.
HSL color Cylindrical-coordinate representation of color #7BDFFE: hue angle of 194.2º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BDFFE is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 223 | 254 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.00 |
| HSL | 194.2º | 0.98% | 0.74% | - |
| HSV(B) | 194.2º | 0.52% | 1% | - |
| XYZ | 52.45 | 64.14 | 103.38 | - |
| YUV | 196.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 254 | 0.52 | 0.12 | 0 | 0.00 | 194.2 | 0.98 | 0.74 |
| Hex | 7B | DF | FE | 34 | C | 0 | 0 | C2 | 62 | 4A |
| Octal | 173 | 337 | 376 | 64 | 14 | 0 | 0 | 302 | 142 | 112 |
| Binary | 1111011 | 11011111 | 11111110 | 110100 | 1100 | 0 | 0 | 11000010 | 1100010 | 1001010 |
Color Harmonies of #7BDFFE
Complementary color
Monochromatic Colors of #7BDFFE
Black with #7BDFFE
Text Example
Text Example
White with #7BDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFFE; }
p { color: rgb(123,223,254); }
H1.HeaderClassName
{
color: #7BDFFE;
}
.AnyTagClassName
{
color: #7BDFFE;
}
</style>
background-color css
<style>
a { background-color: #7BDFFE; }
a { background-color: rgb(123,223,254); }
div.DivClassName
{
background-color: #7BDFFE;
}
.BgClassName
{
background-color: #7BDFFE;
}
</style>
border-color css
<style>
span { border-color: #7BDFFE; }
span { border-color: rgb(123,223,254); }
td.TdClassName
{
border-color: #7BDFFE;
}
.TagClassName
{
border-color: #7BDFFE;
}
</style>