Shades of Light Sky Blue #83D0F8
Tints of Light Sky Blue #83D0F8
RGB
CMYK
RGB Variations
Color information
#83D0F8 (or 0x83D0F8) is known color: Light Sky Blue. HEX triplet: 83, D0 and F8. RGB value is (131,208,248). Sum of RGB (Red+Green+Blue) = 131+208+248=587 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.32% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #83D0F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D0F8 is #7C2F07. Grayscale: #BDBDBD. Windows color (decimal): -8138504 or 16306307. OLE color: 16306307.
HSL color Cylindrical-coordinate representation of color #83D0F8: hue angle of 200.51º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83D0F8 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 208 | 248 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.03 |
| HSL | 200.51º | 0.89% | 0.74% | - |
| HSV(B) | 200.51º | 0.47% | 0.97% | - |
| XYZ | 48.86 | 56.71 | 97.18 | - |
| YUV | 189.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 248 | 0.47 | 0.16 | 0 | 0.03 | 200.51 | 0.89 | 0.74 |
| Hex | 83 | D0 | F8 | 2F | 10 | 0 | 3 | C9 | 59 | 4A |
| Octal | 203 | 320 | 370 | 57 | 20 | 0 | 3 | 311 | 131 | 112 |
| Binary | 10000011 | 11010000 | 11111000 | 101111 | 10000 | 0 | 11 | 11001001 | 1011001 | 1001010 |
Color Harmonies of #83D0F8
Complementary color
Monochromatic Colors of #83D0F8
Black with #83D0F8
Text Example
Text Example
White with #83D0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D0F8; }
p { color: rgb(131,208,248); }
H1.HeaderClassName
{
color: #83D0F8;
}
.AnyTagClassName
{
color: #83D0F8;
}
</style>
background-color css
<style>
a { background-color: #83D0F8; }
a { background-color: rgb(131,208,248); }
div.DivClassName
{
background-color: #83D0F8;
}
.BgClassName
{
background-color: #83D0F8;
}
</style>
border-color css
<style>
span { border-color: #83D0F8; }
span { border-color: rgb(131,208,248); }
td.TdClassName
{
border-color: #83D0F8;
}
.TagClassName
{
border-color: #83D0F8;
}
</style>