Shades of Sky Blue #82DBEF
Tints of Sky Blue #82DBEF
RGB
CMYK
RGB Variations
Color information
#82DBEF (or 0x82DBEF) is known color: Sky Blue. HEX triplet: 82, DB and EF. RGB value is (130,219,239). Sum of RGB (Red+Green+Blue) = 130+219+239=588 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.11% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #82DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBEF is #7D2410. Grayscale: #C2C2C2. Windows color (decimal): -8201233 or 15719298. OLE color: 15719298.
HSL color Cylindrical-coordinate representation of color #82DBEF: hue angle of 191.01º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82DBEF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 219 | 239 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.06 |
| HSL | 191.01º | 0.77% | 0.72% | - |
| HSV(B) | 191.01º | 0.46% | 0.94% | - |
| XYZ | 50.12 | 61.64 | 90.92 | - |
| YUV | 194.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 239 | 0.46 | 0.08 | 0 | 0.06 | 191.01 | 0.77 | 0.72 |
| Hex | 82 | DB | EF | 2E | 8 | 0 | 6 | BF | 4D | 48 |
| Octal | 202 | 333 | 357 | 56 | 10 | 0 | 6 | 277 | 115 | 110 |
| Binary | 10000010 | 11011011 | 11101111 | 101110 | 1000 | 0 | 110 | 10111111 | 1001101 | 1001000 |
Color Harmonies of #82DBEF
Complementary color
Monochromatic Colors of #82DBEF
Black with #82DBEF
Text Example
Text Example
White with #82DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBEF; }
p { color: rgb(130,219,239); }
H1.HeaderClassName
{
color: #82DBEF;
}
.AnyTagClassName
{
color: #82DBEF;
}
</style>
background-color css
<style>
a { background-color: #82DBEF; }
a { background-color: rgb(130,219,239); }
div.DivClassName
{
background-color: #82DBEF;
}
.BgClassName
{
background-color: #82DBEF;
}
</style>
border-color css
<style>
span { border-color: #82DBEF; }
span { border-color: rgb(130,219,239); }
td.TdClassName
{
border-color: #82DBEF;
}
.TagClassName
{
border-color: #82DBEF;
}
</style>