Shades of Jordy Blue #84B7DF
Tints of Jordy Blue #84B7DF
RGB
CMYK
RGB Variations
Color information
#84B7DF (or 0x84B7DF) is known color: Jordy Blue. HEX triplet: 84, B7 and DF. RGB value is (132,183,223). Sum of RGB (Red+Green+Blue) = 132+183+223=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #84B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B7DF is #7B4820. Grayscale: #ACACAC. Windows color (decimal): -8079393 or 14661508. OLE color: 14661508.
HSL color Cylindrical-coordinate representation of color #84B7DF: hue angle of 206.37º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84B7DF is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 183 | 223 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.13 |
| HSL | 206.37º | 0.59% | 0.7% | - |
| HSV(B) | 206.37º | 0.41% | 0.87% | - |
| XYZ | 39.77 | 44.1 | 76.23 | - |
| YUV | 172.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 183 | 223 | 0.41 | 0.18 | 0 | 0.13 | 206.37 | 0.59 | 0.7 |
| Hex | 84 | B7 | DF | 29 | 12 | 0 | D | CE | 3B | 46 |
| Octal | 204 | 267 | 337 | 51 | 22 | 0 | 15 | 316 | 73 | 106 |
| Binary | 10000100 | 10110111 | 11011111 | 101001 | 10010 | 0 | 1101 | 11001110 | 111011 | 1000110 |
Color Harmonies of #84B7DF
Complementary color
Monochromatic Colors of #84B7DF
Black with #84B7DF
Text Example
Text Example
White with #84B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B7DF; }
p { color: rgb(132,183,223); }
H1.HeaderClassName
{
color: #84B7DF;
}
.AnyTagClassName
{
color: #84B7DF;
}
</style>
background-color css
<style>
a { background-color: #84B7DF; }
a { background-color: rgb(132,183,223); }
div.DivClassName
{
background-color: #84B7DF;
}
.BgClassName
{
background-color: #84B7DF;
}
</style>
border-color css
<style>
span { border-color: #84B7DF; }
span { border-color: rgb(132,183,223); }
td.TdClassName
{
border-color: #84B7DF;
}
.TagClassName
{
border-color: #84B7DF;
}
</style>