Shades of Light Sky Blue #83CEF8
Tints of Light Sky Blue #83CEF8
RGB
CMYK
RGB Variations
Color information
#83CEF8 (or 0x83CEF8) is known color: Light Sky Blue. HEX triplet: 83, CE and F8. RGB value is (131,206,248). Sum of RGB (Red+Green+Blue) = 131+206+248=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 248 (97.27% from 255 or 42.39% from 585); Max value from RGB is 248 - color contains mainly: blue. Hex color #83CEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CEF8 is #7C3107. Grayscale: #BCBCBC. Windows color (decimal): -8139016 or 16305795. OLE color: 16305795.
HSL color Cylindrical-coordinate representation of color #83CEF8: hue angle of 201.54º 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 #83CEF8 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 206 | 248 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.03 |
| HSL | 201.54º | 0.89% | 0.74% | - |
| HSV(B) | 201.54º | 0.47% | 0.97% | - |
| XYZ | 48.37 | 55.75 | 97.02 | - |
| YUV | 188.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 248 | 0.47 | 0.17 | 0 | 0.03 | 201.54 | 0.89 | 0.74 |
| Hex | 83 | CE | F8 | 2F | 11 | 0 | 3 | CA | 59 | 4A |
| Octal | 203 | 316 | 370 | 57 | 21 | 0 | 3 | 312 | 131 | 112 |
| Binary | 10000011 | 11001110 | 11111000 | 101111 | 10001 | 0 | 11 | 11001010 | 1011001 | 1001010 |
Color Harmonies of #83CEF8
Complementary color
Monochromatic Colors of #83CEF8
Black with #83CEF8
Text Example
Text Example
White with #83CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEF8; }
p { color: rgb(131,206,248); }
H1.HeaderClassName
{
color: #83CEF8;
}
.AnyTagClassName
{
color: #83CEF8;
}
</style>
background-color css
<style>
a { background-color: #83CEF8; }
a { background-color: rgb(131,206,248); }
div.DivClassName
{
background-color: #83CEF8;
}
.BgClassName
{
background-color: #83CEF8;
}
</style>
border-color css
<style>
span { border-color: #83CEF8; }
span { border-color: rgb(131,206,248); }
td.TdClassName
{
border-color: #83CEF8;
}
.TagClassName
{
border-color: #83CEF8;
}
</style>