Shades of Jordy Blue #84B8DD
Tints of Jordy Blue #84B8DD
RGB
CMYK
RGB Variations
Color information
#84B8DD (or 0x84B8DD) is known color: Jordy Blue. HEX triplet: 84, B8 and DD. RGB value is (132,184,221). Sum of RGB (Red+Green+Blue) = 132+184+221=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #84B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B8DD is #7B4722. Grayscale: #ACACAC. Windows color (decimal): -8079139 or 14530692. OLE color: 14530692.
HSL color Cylindrical-coordinate representation of color #84B8DD: hue angle of 204.94º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84B8DD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 184 | 221 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.13 |
| HSL | 204.94º | 0.57% | 0.69% | - |
| HSV(B) | 204.94º | 0.4% | 0.87% | - |
| XYZ | 39.71 | 44.41 | 74.89 | - |
| YUV | 172.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 221 | 0.40 | 0.17 | 0 | 0.13 | 204.94 | 0.57 | 0.69 |
| Hex | 84 | B8 | DD | 28 | 11 | 0 | D | CD | 39 | 45 |
| Octal | 204 | 270 | 335 | 50 | 21 | 0 | 15 | 315 | 71 | 105 |
| Binary | 10000100 | 10111000 | 11011101 | 101000 | 10001 | 0 | 1101 | 11001101 | 111001 | 1000101 |
Color Harmonies of #84B8DD
Complementary color
Monochromatic Colors of #84B8DD
Black with #84B8DD
Text Example
Text Example
White with #84B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B8DD; }
p { color: rgb(132,184,221); }
H1.HeaderClassName
{
color: #84B8DD;
}
.AnyTagClassName
{
color: #84B8DD;
}
</style>
background-color css
<style>
a { background-color: #84B8DD; }
a { background-color: rgb(132,184,221); }
div.DivClassName
{
background-color: #84B8DD;
}
.BgClassName
{
background-color: #84B8DD;
}
</style>
border-color css
<style>
span { border-color: #84B8DD; }
span { border-color: rgb(132,184,221); }
td.TdClassName
{
border-color: #84B8DD;
}
.TagClassName
{
border-color: #84B8DD;
}
</style>