Shades of Light Sky Blue #83CFFC
Tints of Light Sky Blue #83CFFC
RGB
CMYK
RGB Variations
Color information
#83CFFC (or 0x83CFFC) is known color: Light Sky Blue. HEX triplet: 83, CF and FC. RGB value is (131,207,252). Sum of RGB (Red+Green+Blue) = 131+207+252=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #83CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFFC is #7C3003. Grayscale: #BDBDBD. Windows color (decimal): -8138756 or 16568195. OLE color: 16568195.
HSL color Cylindrical-coordinate representation of color #83CFFC: hue angle of 202.31º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83CFFC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 207 | 252 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.01 |
| HSL | 202.31º | 0.95% | 0.75% | - |
| HSV(B) | 202.31º | 0.48% | 0.99% | - |
| XYZ | 49.24 | 56.48 | 100.4 | - |
| YUV | 189.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 252 | 0.48 | 0.18 | 0 | 0.01 | 202.31 | 0.95 | 0.75 |
| Hex | 83 | CF | FC | 30 | 12 | 0 | 1 | CA | 5F | 4B |
| Octal | 203 | 317 | 374 | 60 | 22 | 0 | 1 | 312 | 137 | 113 |
| Binary | 10000011 | 11001111 | 11111100 | 110000 | 10010 | 0 | 1 | 11001010 | 1011111 | 1001011 |
Color Harmonies of #83CFFC
Complementary color
Monochromatic Colors of #83CFFC
Black with #83CFFC
Text Example
Text Example
White with #83CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFFC; }
p { color: rgb(131,207,252); }
H1.HeaderClassName
{
color: #83CFFC;
}
.AnyTagClassName
{
color: #83CFFC;
}
</style>
background-color css
<style>
a { background-color: #83CFFC; }
a { background-color: rgb(131,207,252); }
div.DivClassName
{
background-color: #83CFFC;
}
.BgClassName
{
background-color: #83CFFC;
}
</style>
border-color css
<style>
span { border-color: #83CFFC; }
span { border-color: rgb(131,207,252); }
td.TdClassName
{
border-color: #83CFFC;
}
.TagClassName
{
border-color: #83CFFC;
}
</style>