Shades of Light Sky Blue #83CBF8
Tints of Light Sky Blue #83CBF8
RGB
CMYK
RGB Variations
Color information
#83CBF8 (or 0x83CBF8) is known color: Light Sky Blue. HEX triplet: 83, CB and F8. RGB value is (131,203,248). Sum of RGB (Red+Green+Blue) = 131+203+248=582 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.51% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #83CBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CBF8 is #7C3407. Grayscale: #BABABA. Windows color (decimal): -8139784 or 16305027. OLE color: 16305027.
HSL color Cylindrical-coordinate representation of color #83CBF8: hue angle of 203.08º 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 #83CBF8 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 203 | 248 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.03 |
| HSL | 203.08º | 0.89% | 0.74% | - |
| HSV(B) | 203.08º | 0.47% | 0.97% | - |
| XYZ | 47.66 | 54.31 | 96.78 | - |
| YUV | 186.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 248 | 0.47 | 0.18 | 0 | 0.03 | 203.08 | 0.89 | 0.74 |
| Hex | 83 | CB | F8 | 2F | 12 | 0 | 3 | CB | 59 | 4A |
| Octal | 203 | 313 | 370 | 57 | 22 | 0 | 3 | 313 | 131 | 112 |
| Binary | 10000011 | 11001011 | 11111000 | 101111 | 10010 | 0 | 11 | 11001011 | 1011001 | 1001010 |
Color Harmonies of #83CBF8
Complementary color
Monochromatic Colors of #83CBF8
Black with #83CBF8
Text Example
Text Example
White with #83CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CBF8; }
p { color: rgb(131,203,248); }
H1.HeaderClassName
{
color: #83CBF8;
}
.AnyTagClassName
{
color: #83CBF8;
}
</style>
background-color css
<style>
a { background-color: #83CBF8; }
a { background-color: rgb(131,203,248); }
div.DivClassName
{
background-color: #83CBF8;
}
.BgClassName
{
background-color: #83CBF8;
}
</style>
border-color css
<style>
span { border-color: #83CBF8; }
span { border-color: rgb(131,203,248); }
td.TdClassName
{
border-color: #83CBF8;
}
.TagClassName
{
border-color: #83CBF8;
}
</style>