Shades of Sky Blue #82BFDF
Tints of Sky Blue #82BFDF
RGB
CMYK
RGB Variations
Color information
#82BFDF (or 0x82BFDF) is known color: Sky Blue. HEX triplet: 82, BF and DF. RGB value is (130,191,223). Sum of RGB (Red+Green+Blue) = 130+191+223=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #82BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFDF is #7D4020. Grayscale: #B0B0B0. Windows color (decimal): -8208417 or 14663554. OLE color: 14663554.
HSL color Cylindrical-coordinate representation of color #82BFDF: hue angle of 200.65º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82BFDF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 191 | 223 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.13 |
| HSL | 200.65º | 0.59% | 0.69% | - |
| HSV(B) | 200.65º | 0.42% | 0.87% | - |
| XYZ | 41.16 | 47.34 | 76.78 | - |
| YUV | 176.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 223 | 0.42 | 0.14 | 0 | 0.13 | 200.65 | 0.59 | 0.69 |
| Hex | 82 | BF | DF | 2A | E | 0 | D | C9 | 3B | 45 |
| Octal | 202 | 277 | 337 | 52 | 16 | 0 | 15 | 311 | 73 | 105 |
| Binary | 10000010 | 10111111 | 11011111 | 101010 | 1110 | 0 | 1101 | 11001001 | 111011 | 1000101 |
Color Harmonies of #82BFDF
Complementary color
Monochromatic Colors of #82BFDF
Black with #82BFDF
Text Example
Text Example
White with #82BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BFDF; }
p { color: rgb(130,191,223); }
H1.HeaderClassName
{
color: #82BFDF;
}
.AnyTagClassName
{
color: #82BFDF;
}
</style>
background-color css
<style>
a { background-color: #82BFDF; }
a { background-color: rgb(130,191,223); }
div.DivClassName
{
background-color: #82BFDF;
}
.BgClassName
{
background-color: #82BFDF;
}
</style>
border-color css
<style>
span { border-color: #82BFDF; }
span { border-color: rgb(130,191,223); }
td.TdClassName
{
border-color: #82BFDF;
}
.TagClassName
{
border-color: #82BFDF;
}
</style>