Shades of Jordy Blue #82AFDC
Tints of Jordy Blue #82AFDC
RGB
CMYK
RGB Variations
Color information
#82AFDC (or 0x82AFDC) is known color: Jordy Blue. HEX triplet: 82, AF and DC. RGB value is (130,175,220). Sum of RGB (Red+Green+Blue) = 130+175+220=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #82AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFDC is #7D5023. Grayscale: #A6A6A6. Windows color (decimal): -8212516 or 14462850. OLE color: 14462850.
HSL color Cylindrical-coordinate representation of color #82AFDC: hue angle of 210º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82AFDC is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 175 | 220 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.14 |
| HSL | 210º | 0.56% | 0.69% | - |
| HSV(B) | 210º | 0.41% | 0.86% | - |
| XYZ | 37.45 | 40.57 | 73.57 | - |
| YUV | 166.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 175 | 220 | 0.41 | 0.20 | 0 | 0.14 | 210 | 0.56 | 0.69 |
| Hex | 82 | AF | DC | 29 | 14 | 0 | E | D2 | 38 | 45 |
| Octal | 202 | 257 | 334 | 51 | 24 | 0 | 16 | 322 | 70 | 105 |
| Binary | 10000010 | 10101111 | 11011100 | 101001 | 10100 | 0 | 1110 | 11010010 | 111000 | 1000101 |
Color Harmonies of #82AFDC
Complementary color
Monochromatic Colors of #82AFDC
Black with #82AFDC
Text Example
Text Example
White with #82AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AFDC; }
p { color: rgb(130,175,220); }
H1.HeaderClassName
{
color: #82AFDC;
}
.AnyTagClassName
{
color: #82AFDC;
}
</style>
background-color css
<style>
a { background-color: #82AFDC; }
a { background-color: rgb(130,175,220); }
div.DivClassName
{
background-color: #82AFDC;
}
.BgClassName
{
background-color: #82AFDC;
}
</style>
border-color css
<style>
span { border-color: #82AFDC; }
span { border-color: rgb(130,175,220); }
td.TdClassName
{
border-color: #82AFDC;
}
.TagClassName
{
border-color: #82AFDC;
}
</style>