Shades of Sky Blue #83CEED
Tints of Sky Blue #83CEED
RGB
CMYK
RGB Variations
Color information
#83CEED (or 0x83CEED) is known color: Sky Blue. HEX triplet: 83, CE and ED. RGB value is (131,206,237). Sum of RGB (Red+Green+Blue) = 131+206+237=574 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.82% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #83CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CEED is #7C3112. Grayscale: #BABABA. Windows color (decimal): -8139027 or 15584899. OLE color: 15584899.
HSL color Cylindrical-coordinate representation of color #83CEED: hue angle of 197.55º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83CEED is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 206 | 237 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.07 |
| HSL | 197.55º | 0.75% | 0.72% | - |
| HSV(B) | 197.55º | 0.45% | 0.93% | - |
| XYZ | 46.72 | 55.08 | 88.29 | - |
| YUV | 187.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 237 | 0.45 | 0.13 | 0 | 0.07 | 197.55 | 0.75 | 0.72 |
| Hex | 83 | CE | ED | 2D | D | 0 | 7 | C6 | 4B | 48 |
| Octal | 203 | 316 | 355 | 55 | 15 | 0 | 7 | 306 | 113 | 110 |
| Binary | 10000011 | 11001110 | 11101101 | 101101 | 1101 | 0 | 111 | 11000110 | 1001011 | 1001000 |
Color Harmonies of #83CEED
Complementary color
Monochromatic Colors of #83CEED
Black with #83CEED
Text Example
Text Example
White with #83CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEED; }
p { color: rgb(131,206,237); }
H1.HeaderClassName
{
color: #83CEED;
}
.AnyTagClassName
{
color: #83CEED;
}
</style>
background-color css
<style>
a { background-color: #83CEED; }
a { background-color: rgb(131,206,237); }
div.DivClassName
{
background-color: #83CEED;
}
.BgClassName
{
background-color: #83CEED;
}
</style>
border-color css
<style>
span { border-color: #83CEED; }
span { border-color: rgb(131,206,237); }
td.TdClassName
{
border-color: #83CEED;
}
.TagClassName
{
border-color: #83CEED;
}
</style>