Shades of Light Sky Blue #7BDEFF
Tints of Light Sky Blue #7BDEFF
RGB
CMYK
RGB Variations
Color information
#7BDEFF (or 0x7BDEFF) is known color: Light Sky Blue. HEX triplet: 7B, DE and FF. RGB value is (123,222,255). Sum of RGB (Red+Green+Blue) = 123+222+255=600 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.5% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BDEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDEFF is #842100. Grayscale: #C3C3C3. Windows color (decimal): -8659201 or 16768635. OLE color: 16768635.
HSL color Cylindrical-coordinate representation of color #7BDEFF: hue angle of 195º 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 #7BDEFF is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 222 | 255 | - |
| CMYK | 0.52 | 0.13 | 0 | 0 |
| HSL | 195º | 1% | 0.74% | - |
| HSV(B) | 195º | 0.52% | 1% | - |
| XYZ | 52.34 | 63.67 | 104.14 | - |
| YUV | 196.16 | 161.2 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 255 | 0.52 | 0.13 | 0 | 0 | 195 | 1 | 0.74 |
| Hex | 7B | DE | FF | 34 | D | 0 | 0 | C3 | 64 | 4A |
| Octal | 173 | 336 | 377 | 64 | 15 | 0 | 0 | 303 | 144 | 112 |
| Binary | 1111011 | 11011110 | 11111111 | 110100 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001010 |
Color Harmonies of #7BDEFF
Complementary color
Monochromatic Colors of #7BDEFF
Black with #7BDEFF
Text Example
Text Example
White with #7BDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDEFF; }
p { color: rgb(123,222,255); }
H1.HeaderClassName
{
color: #7BDEFF;
}
.AnyTagClassName
{
color: #7BDEFF;
}
</style>
background-color css
<style>
a { background-color: #7BDEFF; }
a { background-color: rgb(123,222,255); }
div.DivClassName
{
background-color: #7BDEFF;
}
.BgClassName
{
background-color: #7BDEFF;
}
</style>
border-color css
<style>
span { border-color: #7BDEFF; }
span { border-color: rgb(123,222,255); }
td.TdClassName
{
border-color: #7BDEFF;
}
.TagClassName
{
border-color: #7BDEFF;
}
</style>