Shades of Light Sky Blue #73D6FA
Tints of Light Sky Blue #73D6FA
RGB
CMYK
RGB Variations
Color information
#73D6FA (or 0x73D6FA) is known color: Light Sky Blue. HEX triplet: 73, D6 and FA. RGB value is (115,214,250). Sum of RGB (Red+Green+Blue) = 115+214+250=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #73D6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D6FA is #8C2905. Grayscale: #BCBCBC. Windows color (decimal): -9185542 or 16438899. OLE color: 16438899.
HSL color Cylindrical-coordinate representation of color #73D6FA: hue angle of 196º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73D6FA is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 214 | 250 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.02 |
| HSL | 196º | 0.93% | 0.72% | - |
| HSV(B) | 196º | 0.54% | 0.98% | - |
| XYZ | 48.37 | 58.64 | 99.21 | - |
| YUV | 188.5 | 162.7 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 250 | 0.54 | 0.14 | 0 | 0.02 | 196 | 0.93 | 0.72 |
| Hex | 73 | D6 | FA | 36 | E | 0 | 2 | C4 | 5D | 48 |
| Octal | 163 | 326 | 372 | 66 | 16 | 0 | 2 | 304 | 135 | 110 |
| Binary | 1110011 | 11010110 | 11111010 | 110110 | 1110 | 0 | 10 | 11000100 | 1011101 | 1001000 |
Color Harmonies of #73D6FA
Complementary color
Monochromatic Colors of #73D6FA
Black with #73D6FA
Text Example
Text Example
White with #73D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D6FA; }
p { color: rgb(115,214,250); }
H1.HeaderClassName
{
color: #73D6FA;
}
.AnyTagClassName
{
color: #73D6FA;
}
</style>
background-color css
<style>
a { background-color: #73D6FA; }
a { background-color: rgb(115,214,250); }
div.DivClassName
{
background-color: #73D6FA;
}
.BgClassName
{
background-color: #73D6FA;
}
</style>
border-color css
<style>
span { border-color: #73D6FA; }
span { border-color: rgb(115,214,250); }
td.TdClassName
{
border-color: #73D6FA;
}
.TagClassName
{
border-color: #73D6FA;
}
</style>