Shades of Jordy Blue #84AFDC
Tints of Jordy Blue #84AFDC
RGB
CMYK
RGB Variations
Color information
#84AFDC (or 0x84AFDC) is known color: Jordy Blue. HEX triplet: 84, AF and DC. RGB value is (132,175,220). Sum of RGB (Red+Green+Blue) = 132+175+220=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #84AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFDC is #7B5023. Grayscale: #A7A7A7. Windows color (decimal): -8081444 or 14462852. OLE color: 14462852.
HSL color Cylindrical-coordinate representation of color #84AFDC: hue angle of 210.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84AFDC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 175 | 220 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.14 |
| HSL | 210.68º | 0.56% | 0.69% | - |
| HSV(B) | 210.68º | 0.4% | 0.86% | - |
| XYZ | 37.76 | 40.73 | 73.58 | - |
| YUV | 167.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 220 | 0.40 | 0.20 | 0 | 0.14 | 210.68 | 0.56 | 0.69 |
| Hex | 84 | AF | DC | 28 | 14 | 0 | E | D3 | 38 | 45 |
| Octal | 204 | 257 | 334 | 50 | 24 | 0 | 16 | 323 | 70 | 105 |
| Binary | 10000100 | 10101111 | 11011100 | 101000 | 10100 | 0 | 1110 | 11010011 | 111000 | 1000101 |
Color Harmonies of #84AFDC
Complementary color
Monochromatic Colors of #84AFDC
Black with #84AFDC
Text Example
Text Example
White with #84AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AFDC; }
p { color: rgb(132,175,220); }
H1.HeaderClassName
{
color: #84AFDC;
}
.AnyTagClassName
{
color: #84AFDC;
}
</style>
background-color css
<style>
a { background-color: #84AFDC; }
a { background-color: rgb(132,175,220); }
div.DivClassName
{
background-color: #84AFDC;
}
.BgClassName
{
background-color: #84AFDC;
}
</style>
border-color css
<style>
span { border-color: #84AFDC; }
span { border-color: rgb(132,175,220); }
td.TdClassName
{
border-color: #84AFDC;
}
.TagClassName
{
border-color: #84AFDC;
}
</style>