Shades of Light Sky Blue #7BDDFE
Tints of Light Sky Blue #7BDDFE
RGB
CMYK
RGB Variations
Color information
#7BDDFE (or 0x7BDDFE) is known color: Light Sky Blue. HEX triplet: 7B, DD and FE. RGB value is (123,221,254). Sum of RGB (Red+Green+Blue) = 123+221+254=598 (79% of max value = 765). Red value is 123 (48.44% from 255 or 20.57% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BDDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDDFE is #842201. Grayscale: #C3C3C3. Windows color (decimal): -8659458 or 16702843. OLE color: 16702843.
HSL color Cylindrical-coordinate representation of color #7BDDFE: hue angle of 195.11º 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 #7BDDFE is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 221 | 254 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.00 |
| HSL | 195.11º | 0.98% | 0.74% | - |
| HSV(B) | 195.11º | 0.52% | 1% | - |
| XYZ | 51.91 | 63.08 | 103.21 | - |
| YUV | 195.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 254 | 0.52 | 0.13 | 0 | 0.00 | 195.11 | 0.98 | 0.74 |
| Hex | 7B | DD | FE | 34 | D | 0 | 0 | C3 | 62 | 4A |
| Octal | 173 | 335 | 376 | 64 | 15 | 0 | 0 | 303 | 142 | 112 |
| Binary | 1111011 | 11011101 | 11111110 | 110100 | 1101 | 0 | 0 | 11000011 | 1100010 | 1001010 |
Color Harmonies of #7BDDFE
Complementary color
Monochromatic Colors of #7BDDFE
Black with #7BDDFE
Text Example
Text Example
White with #7BDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDFE; }
p { color: rgb(123,221,254); }
H1.HeaderClassName
{
color: #7BDDFE;
}
.AnyTagClassName
{
color: #7BDDFE;
}
</style>
background-color css
<style>
a { background-color: #7BDDFE; }
a { background-color: rgb(123,221,254); }
div.DivClassName
{
background-color: #7BDDFE;
}
.BgClassName
{
background-color: #7BDDFE;
}
</style>
border-color css
<style>
span { border-color: #7BDDFE; }
span { border-color: rgb(123,221,254); }
td.TdClassName
{
border-color: #7BDDFE;
}
.TagClassName
{
border-color: #7BDDFE;
}
</style>