Shades of Sky Blue #83CFEE
Tints of Sky Blue #83CFEE
RGB
CMYK
RGB Variations
Color information
#83CFEE (or 0x83CFEE) is known color: Sky Blue. HEX triplet: 83, CF and EE. RGB value is (131,207,238). Sum of RGB (Red+Green+Blue) = 131+207+238=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #83CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFEE is #7C3011. Grayscale: #BBBBBB. Windows color (decimal): -8138770 or 15650691. OLE color: 15650691.
HSL color Cylindrical-coordinate representation of color #83CFEE: hue angle of 197.38º degrees, saturation: 0.76, 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 #83CFEE is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 207 | 238 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.07 |
| HSL | 197.38º | 0.76% | 0.72% | - |
| HSV(B) | 197.38º | 0.45% | 0.93% | - |
| XYZ | 47.11 | 55.62 | 89.14 | - |
| YUV | 187.81 | 156.32 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 207 | 238 | 0.45 | 0.13 | 0 | 0.07 | 197.38 | 0.76 | 0.72 |
| Hex | 83 | CF | EE | 2D | D | 0 | 7 | C5 | 4C | 48 |
| Octal | 203 | 317 | 356 | 55 | 15 | 0 | 7 | 305 | 114 | 110 |
| Binary | 10000011 | 11001111 | 11101110 | 101101 | 1101 | 0 | 111 | 11000101 | 1001100 | 1001000 |
Color Harmonies of #83CFEE
Complementary color
Monochromatic Colors of #83CFEE
Black with #83CFEE
Text Example
Text Example
White with #83CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CFEE; }
p { color: rgb(131,207,238); }
H1.HeaderClassName
{
color: #83CFEE;
}
.AnyTagClassName
{
color: #83CFEE;
}
</style>
background-color css
<style>
a { background-color: #83CFEE; }
a { background-color: rgb(131,207,238); }
div.DivClassName
{
background-color: #83CFEE;
}
.BgClassName
{
background-color: #83CFEE;
}
</style>
border-color css
<style>
span { border-color: #83CFEE; }
span { border-color: rgb(131,207,238); }
td.TdClassName
{
border-color: #83CFEE;
}
.TagClassName
{
border-color: #83CFEE;
}
</style>