Shades of Light Sky Blue #7BDBFE
Tints of Light Sky Blue #7BDBFE
RGB
CMYK
RGB Variations
Color information
#7BDBFE (or 0x7BDBFE) is known color: Light Sky Blue. HEX triplet: 7B, DB and FE. RGB value is (123,219,254). Sum of RGB (Red+Green+Blue) = 123+219+254=596 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.64% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBFE is #842401. Grayscale: #C2C2C2. Windows color (decimal): -8659970 or 16702331. OLE color: 16702331.
HSL color Cylindrical-coordinate representation of color #7BDBFE: hue angle of 196.03º 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 #7BDBFE is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 219 | 254 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.00 |
| HSL | 196.03º | 0.98% | 0.74% | - |
| HSV(B) | 196.03º | 0.52% | 1% | - |
| XYZ | 51.39 | 62.03 | 103.03 | - |
| YUV | 194.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 254 | 0.52 | 0.14 | 0 | 0.00 | 196.03 | 0.98 | 0.74 |
| Hex | 7B | DB | FE | 34 | E | 0 | 0 | C4 | 62 | 4A |
| Octal | 173 | 333 | 376 | 64 | 16 | 0 | 0 | 304 | 142 | 112 |
| Binary | 1111011 | 11011011 | 11111110 | 110100 | 1110 | 0 | 0 | 11000100 | 1100010 | 1001010 |
Color Harmonies of #7BDBFE
Complementary color
Monochromatic Colors of #7BDBFE
Black with #7BDBFE
Text Example
Text Example
White with #7BDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBFE; }
p { color: rgb(123,219,254); }
H1.HeaderClassName
{
color: #7BDBFE;
}
.AnyTagClassName
{
color: #7BDBFE;
}
</style>
background-color css
<style>
a { background-color: #7BDBFE; }
a { background-color: rgb(123,219,254); }
div.DivClassName
{
background-color: #7BDBFE;
}
.BgClassName
{
background-color: #7BDBFE;
}
</style>
border-color css
<style>
span { border-color: #7BDBFE; }
span { border-color: rgb(123,219,254); }
td.TdClassName
{
border-color: #7BDBFE;
}
.TagClassName
{
border-color: #7BDBFE;
}
</style>