Shades of Jordy Blue #82ABFE
Tints of Jordy Blue #82ABFE
RGB
CMYK
RGB Variations
Color information
#82ABFE (or 0x82ABFE) is known color: Jordy Blue. HEX triplet: 82, AB and FE. RGB value is (130,171,254). Sum of RGB (Red+Green+Blue) = 130+171+254=555 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.42% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #82ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ABFE is #7D5401. Grayscale: #A7A7A7. Windows color (decimal): -8213506 or 16690050. OLE color: 16690050.
HSL color Cylindrical-coordinate representation of color #82ABFE: hue angle of 220.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82ABFE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 171 | 254 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.00 |
| HSL | 220.16º | 0.98% | 0.75% | - |
| HSV(B) | 220.16º | 0.49% | 1% | - |
| XYZ | 41.66 | 41.03 | 99.49 | - |
| YUV | 168.2 | 176.42 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 254 | 0.49 | 0.33 | 0 | 0.00 | 220.16 | 0.98 | 0.75 |
| Hex | 82 | AB | FE | 31 | 21 | 0 | 0 | DC | 62 | 4B |
| Octal | 202 | 253 | 376 | 61 | 41 | 0 | 0 | 334 | 142 | 113 |
| Binary | 10000010 | 10101011 | 11111110 | 110001 | 100001 | 0 | 0 | 11011100 | 1100010 | 1001011 |
Color Harmonies of #82ABFE
Complementary color
Monochromatic Colors of #82ABFE
Black with #82ABFE
Text Example
Text Example
White with #82ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ABFE; }
p { color: rgb(130,171,254); }
H1.HeaderClassName
{
color: #82ABFE;
}
.AnyTagClassName
{
color: #82ABFE;
}
</style>
background-color css
<style>
a { background-color: #82ABFE; }
a { background-color: rgb(130,171,254); }
div.DivClassName
{
background-color: #82ABFE;
}
.BgClassName
{
background-color: #82ABFE;
}
</style>
border-color css
<style>
span { border-color: #82ABFE; }
span { border-color: rgb(130,171,254); }
td.TdClassName
{
border-color: #82ABFE;
}
.TagClassName
{
border-color: #82ABFE;
}
</style>