Shades of Light Sky Blue #73DBFF
Tints of Light Sky Blue #73DBFF
RGB
CMYK
RGB Variations
Color information
#73DBFF (or 0x73DBFF) is known color: Light Sky Blue. HEX triplet: 73, DB and FF. RGB value is (115,219,255). Sum of RGB (Red+Green+Blue) = 115+219+255=589 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.52% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #73DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBFF is #8C2400. Grayscale: #BFBFBF. Windows color (decimal): -9184257 or 16767859. OLE color: 16767859.
HSL color Cylindrical-coordinate representation of color #73DBFF: hue angle of 195.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73DBFF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 219 | 255 | - |
| CMYK | 0.55 | 0.14 | 0 | 0 |
| HSL | 195.43º | 1% | 0.73% | - |
| HSV(B) | 195.43º | 0.55% | 1% | - |
| XYZ | 50.45 | 61.53 | 103.82 | - |
| YUV | 192.01 | 163.54 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 255 | 0.55 | 0.14 | 0 | 0 | 195.43 | 1 | 0.73 |
| Hex | 73 | DB | FF | 37 | E | 0 | 0 | C3 | 64 | 49 |
| Octal | 163 | 333 | 377 | 67 | 16 | 0 | 0 | 303 | 144 | 111 |
| Binary | 1110011 | 11011011 | 11111111 | 110111 | 1110 | 0 | 0 | 11000011 | 1100100 | 1001001 |
Color Harmonies of #73DBFF
Complementary color
Monochromatic Colors of #73DBFF
Black with #73DBFF
Text Example
Text Example
White with #73DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBFF; }
p { color: rgb(115,219,255); }
H1.HeaderClassName
{
color: #73DBFF;
}
.AnyTagClassName
{
color: #73DBFF;
}
</style>
background-color css
<style>
a { background-color: #73DBFF; }
a { background-color: rgb(115,219,255); }
div.DivClassName
{
background-color: #73DBFF;
}
.BgClassName
{
background-color: #73DBFF;
}
</style>
border-color css
<style>
span { border-color: #73DBFF; }
span { border-color: rgb(115,219,255); }
td.TdClassName
{
border-color: #73DBFF;
}
.TagClassName
{
border-color: #73DBFF;
}
</style>