Shades of Jordy Blue #84B0D8
Tints of Jordy Blue #84B0D8
RGB
CMYK
RGB Variations
Color information
#84B0D8 (or 0x84B0D8) is known color: Jordy Blue. HEX triplet: 84, B0 and D8. RGB value is (132,176,216). Sum of RGB (Red+Green+Blue) = 132+176+216=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #84B0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B0D8 is #7B4F27. Grayscale: #A7A7A7. Windows color (decimal): -8081192 or 14200964. OLE color: 14200964.
HSL color Cylindrical-coordinate representation of color #84B0D8: hue angle of 208.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84B0D8 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 176 | 216 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.15 |
| HSL | 208.57º | 0.52% | 0.68% | - |
| HSV(B) | 208.57º | 0.39% | 0.85% | - |
| XYZ | 37.44 | 40.91 | 70.89 | - |
| YUV | 167.4 | 155.42 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 216 | 0.39 | 0.19 | 0 | 0.15 | 208.57 | 0.52 | 0.68 |
| Hex | 84 | B0 | D8 | 27 | 13 | 0 | F | D1 | 34 | 44 |
| Octal | 204 | 260 | 330 | 47 | 23 | 0 | 17 | 321 | 64 | 104 |
| Binary | 10000100 | 10110000 | 11011000 | 100111 | 10011 | 0 | 1111 | 11010001 | 110100 | 1000100 |
Color Harmonies of #84B0D8
Complementary color
Monochromatic Colors of #84B0D8
Black with #84B0D8
Text Example
Text Example
White with #84B0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B0D8; }
p { color: rgb(132,176,216); }
H1.HeaderClassName
{
color: #84B0D8;
}
.AnyTagClassName
{
color: #84B0D8;
}
</style>
background-color css
<style>
a { background-color: #84B0D8; }
a { background-color: rgb(132,176,216); }
div.DivClassName
{
background-color: #84B0D8;
}
.BgClassName
{
background-color: #84B0D8;
}
</style>
border-color css
<style>
span { border-color: #84B0D8; }
span { border-color: rgb(132,176,216); }
td.TdClassName
{
border-color: #84B0D8;
}
.TagClassName
{
border-color: #84B0D8;
}
</style>