Shades of Jordy Blue #82AFDA
Tints of Jordy Blue #82AFDA
RGB
CMYK
RGB Variations
Color information
#82AFDA (or 0x82AFDA) is known color: Jordy Blue. HEX triplet: 82, AF and DA. RGB value is (130,175,218). Sum of RGB (Red+Green+Blue) = 130+175+218=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #82AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFDA is #7D5025. Grayscale: #A6A6A6. Windows color (decimal): -8212518 or 14331778. OLE color: 14331778.
HSL color Cylindrical-coordinate representation of color #82AFDA: hue angle of 209.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82AFDA is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 175 | 218 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.15 |
| HSL | 209.32º | 0.54% | 0.68% | - |
| HSV(B) | 209.32º | 0.4% | 0.85% | - |
| XYZ | 37.19 | 40.47 | 72.18 | - |
| YUV | 166.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 218 | 0.40 | 0.20 | 0 | 0.15 | 209.32 | 0.54 | 0.68 |
| Hex | 82 | AF | DA | 28 | 14 | 0 | F | D1 | 36 | 44 |
| Octal | 202 | 257 | 332 | 50 | 24 | 0 | 17 | 321 | 66 | 104 |
| Binary | 10000010 | 10101111 | 11011010 | 101000 | 10100 | 0 | 1111 | 11010001 | 110110 | 1000100 |
Color Harmonies of #82AFDA
Complementary color
Monochromatic Colors of #82AFDA
Black with #82AFDA
Text Example
Text Example
White with #82AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AFDA; }
p { color: rgb(130,175,218); }
H1.HeaderClassName
{
color: #82AFDA;
}
.AnyTagClassName
{
color: #82AFDA;
}
</style>
background-color css
<style>
a { background-color: #82AFDA; }
a { background-color: rgb(130,175,218); }
div.DivClassName
{
background-color: #82AFDA;
}
.BgClassName
{
background-color: #82AFDA;
}
</style>
border-color css
<style>
span { border-color: #82AFDA; }
span { border-color: rgb(130,175,218); }
td.TdClassName
{
border-color: #82AFDA;
}
.TagClassName
{
border-color: #82AFDA;
}
</style>