Shades of Jordy Blue #84AFDA
Tints of Jordy Blue #84AFDA
RGB
CMYK
RGB Variations
Color information
#84AFDA (or 0x84AFDA) is known color: Jordy Blue. HEX triplet: 84, AF and DA. RGB value is (132,175,218). Sum of RGB (Red+Green+Blue) = 132+175+218=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #84AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFDA is #7B5025. Grayscale: #A6A6A6. Windows color (decimal): -8081446 or 14331780. OLE color: 14331780.
HSL color Cylindrical-coordinate representation of color #84AFDA: hue angle of 210º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84AFDA is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 175 | 218 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.15 |
| HSL | 210º | 0.54% | 0.69% | - |
| HSV(B) | 210º | 0.39% | 0.85% | - |
| XYZ | 37.5 | 40.63 | 72.2 | - |
| YUV | 167.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 218 | 0.39 | 0.20 | 0 | 0.15 | 210 | 0.54 | 0.69 |
| Hex | 84 | AF | DA | 27 | 14 | 0 | F | D2 | 36 | 45 |
| Octal | 204 | 257 | 332 | 47 | 24 | 0 | 17 | 322 | 66 | 105 |
| Binary | 10000100 | 10101111 | 11011010 | 100111 | 10100 | 0 | 1111 | 11010010 | 110110 | 1000101 |
Color Harmonies of #84AFDA
Complementary color
Monochromatic Colors of #84AFDA
Black with #84AFDA
Text Example
Text Example
White with #84AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AFDA; }
p { color: rgb(132,175,218); }
H1.HeaderClassName
{
color: #84AFDA;
}
.AnyTagClassName
{
color: #84AFDA;
}
</style>
background-color css
<style>
a { background-color: #84AFDA; }
a { background-color: rgb(132,175,218); }
div.DivClassName
{
background-color: #84AFDA;
}
.BgClassName
{
background-color: #84AFDA;
}
</style>
border-color css
<style>
span { border-color: #84AFDA; }
span { border-color: rgb(132,175,218); }
td.TdClassName
{
border-color: #84AFDA;
}
.TagClassName
{
border-color: #84AFDA;
}
</style>