Shades of Jordy Blue #82AEEF
Tints of Jordy Blue #82AEEF
RGB
CMYK
RGB Variations
Color information
#82AEEF (or 0x82AEEF) is known color: Jordy Blue. HEX triplet: 82, AE and EF. RGB value is (130,174,239). Sum of RGB (Red+Green+Blue) = 130+174+239=543 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.94% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #82AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AEEF is #7D5110. Grayscale: #A7A7A7. Windows color (decimal): -8212753 or 15707778. OLE color: 15707778.
HSL color Cylindrical-coordinate representation of color #82AEEF: hue angle of 215.78º 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 #82AEEF is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 174 | 239 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.06 |
| HSL | 215.78º | 0.77% | 0.72% | - |
| HSV(B) | 215.78º | 0.46% | 0.94% | - |
| XYZ | 39.92 | 41.25 | 87.52 | - |
| YUV | 168.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 239 | 0.46 | 0.27 | 0 | 0.06 | 215.78 | 0.77 | 0.72 |
| Hex | 82 | AE | EF | 2E | 1B | 0 | 6 | D8 | 4D | 48 |
| Octal | 202 | 256 | 357 | 56 | 33 | 0 | 6 | 330 | 115 | 110 |
| Binary | 10000010 | 10101110 | 11101111 | 101110 | 11011 | 0 | 110 | 11011000 | 1001101 | 1001000 |
Color Harmonies of #82AEEF
Complementary color
Monochromatic Colors of #82AEEF
Black with #82AEEF
Text Example
Text Example
White with #82AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AEEF; }
p { color: rgb(130,174,239); }
H1.HeaderClassName
{
color: #82AEEF;
}
.AnyTagClassName
{
color: #82AEEF;
}
</style>
background-color css
<style>
a { background-color: #82AEEF; }
a { background-color: rgb(130,174,239); }
div.DivClassName
{
background-color: #82AEEF;
}
.BgClassName
{
background-color: #82AEEF;
}
</style>
border-color css
<style>
span { border-color: #82AEEF; }
span { border-color: rgb(130,174,239); }
td.TdClassName
{
border-color: #82AEEF;
}
.TagClassName
{
border-color: #82AEEF;
}
</style>