Shades of Jordy Blue #84B2D6
Tints of Jordy Blue #84B2D6
RGB
CMYK
RGB Variations
Color information
#84B2D6 (or 0x84B2D6) is known color: Jordy Blue. HEX triplet: 84, B2 and D6. RGB value is (132,178,214). Sum of RGB (Red+Green+Blue) = 132+178+214=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #84B2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2D6 is #7B4D29. Grayscale: #A8A8A8. Windows color (decimal): -8080682 or 14070404. OLE color: 14070404.
HSL color Cylindrical-coordinate representation of color #84B2D6: hue angle of 206.34º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84B2D6 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 178 | 214 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.16 |
| HSL | 206.34º | 0.5% | 0.68% | - |
| HSV(B) | 206.34º | 0.38% | 0.84% | - |
| XYZ | 37.57 | 41.6 | 69.67 | - |
| YUV | 168.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 214 | 0.38 | 0.17 | 0 | 0.16 | 206.34 | 0.5 | 0.68 |
| Hex | 84 | B2 | D6 | 26 | 11 | 0 | 10 | CE | 32 | 44 |
| Octal | 204 | 262 | 326 | 46 | 21 | 0 | 20 | 316 | 62 | 104 |
| Binary | 10000100 | 10110010 | 11010110 | 100110 | 10001 | 0 | 10000 | 11001110 | 110010 | 1000100 |
Color Harmonies of #84B2D6
Complementary color
Monochromatic Colors of #84B2D6
Black with #84B2D6
Text Example
Text Example
White with #84B2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B2D6; }
p { color: rgb(132,178,214); }
H1.HeaderClassName
{
color: #84B2D6;
}
.AnyTagClassName
{
color: #84B2D6;
}
</style>
background-color css
<style>
a { background-color: #84B2D6; }
a { background-color: rgb(132,178,214); }
div.DivClassName
{
background-color: #84B2D6;
}
.BgClassName
{
background-color: #84B2D6;
}
</style>
border-color css
<style>
span { border-color: #84B2D6; }
span { border-color: rgb(132,178,214); }
td.TdClassName
{
border-color: #84B2D6;
}
.TagClassName
{
border-color: #84B2D6;
}
</style>