Shades of Jordy Blue #82ABFD
Tints of Jordy Blue #82ABFD
RGB
CMYK
RGB Variations
Color information
#82ABFD (or 0x82ABFD) is known color: Jordy Blue. HEX triplet: 82, AB and FD. RGB value is (130,171,253). Sum of RGB (Red+Green+Blue) = 130+171+253=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #82ABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ABFD is #7D5402. Grayscale: #A7A7A7. Windows color (decimal): -8213507 or 16624514. OLE color: 16624514.
HSL color Cylindrical-coordinate representation of color #82ABFD: hue angle of 220º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82ABFD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 171 | 253 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.01 |
| HSL | 220º | 0.97% | 0.75% | - |
| HSV(B) | 220º | 0.49% | 0.99% | - |
| XYZ | 41.5 | 40.96 | 98.65 | - |
| YUV | 168.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 253 | 0.49 | 0.32 | 0 | 0.01 | 220 | 0.97 | 0.75 |
| Hex | 82 | AB | FD | 31 | 20 | 0 | 1 | DC | 61 | 4B |
| Octal | 202 | 253 | 375 | 61 | 40 | 0 | 1 | 334 | 141 | 113 |
| Binary | 10000010 | 10101011 | 11111101 | 110001 | 100000 | 0 | 1 | 11011100 | 1100001 | 1001011 |
Color Harmonies of #82ABFD
Complementary color
Monochromatic Colors of #82ABFD
Black with #82ABFD
Text Example
Text Example
White with #82ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ABFD; }
p { color: rgb(130,171,253); }
H1.HeaderClassName
{
color: #82ABFD;
}
.AnyTagClassName
{
color: #82ABFD;
}
</style>
background-color css
<style>
a { background-color: #82ABFD; }
a { background-color: rgb(130,171,253); }
div.DivClassName
{
background-color: #82ABFD;
}
.BgClassName
{
background-color: #82ABFD;
}
</style>
border-color css
<style>
span { border-color: #82ABFD; }
span { border-color: rgb(130,171,253); }
td.TdClassName
{
border-color: #82ABFD;
}
.TagClassName
{
border-color: #82ABFD;
}
</style>