Shades of Light Sky Blue #73DAFE
Tints of Light Sky Blue #73DAFE
RGB
CMYK
RGB Variations
Color information
#73DAFE (or 0x73DAFE) is known color: Light Sky Blue. HEX triplet: 73, DA and FE. RGB value is (115,218,254). Sum of RGB (Red+Green+Blue) = 115+218+254=587 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.59% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #73DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DAFE is #8C2501. Grayscale: #BFBFBF. Windows color (decimal): -9184514 or 16702067. OLE color: 16702067.
HSL color Cylindrical-coordinate representation of color #73DAFE: hue angle of 195.54º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73DAFE is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 218 | 254 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.00 |
| HSL | 195.54º | 0.99% | 0.72% | - |
| HSV(B) | 195.54º | 0.55% | 1% | - |
| XYZ | 50.03 | 60.94 | 102.89 | - |
| YUV | 191.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 254 | 0.55 | 0.14 | 0 | 0.00 | 195.54 | 0.99 | 0.72 |
| Hex | 73 | DA | FE | 37 | E | 0 | 0 | C4 | 63 | 48 |
| Octal | 163 | 332 | 376 | 67 | 16 | 0 | 0 | 304 | 143 | 110 |
| Binary | 1110011 | 11011010 | 11111110 | 110111 | 1110 | 0 | 0 | 11000100 | 1100011 | 1001000 |
Color Harmonies of #73DAFE
Complementary color
Monochromatic Colors of #73DAFE
Black with #73DAFE
Text Example
Text Example
White with #73DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DAFE; }
p { color: rgb(115,218,254); }
H1.HeaderClassName
{
color: #73DAFE;
}
.AnyTagClassName
{
color: #73DAFE;
}
</style>
background-color css
<style>
a { background-color: #73DAFE; }
a { background-color: rgb(115,218,254); }
div.DivClassName
{
background-color: #73DAFE;
}
.BgClassName
{
background-color: #73DAFE;
}
</style>
border-color css
<style>
span { border-color: #73DAFE; }
span { border-color: rgb(115,218,254); }
td.TdClassName
{
border-color: #73DAFE;
}
.TagClassName
{
border-color: #73DAFE;
}
</style>