Shades of Jordy Blue #84B5F4
Tints of Jordy Blue #84B5F4
RGB
CMYK
RGB Variations
Color information
#84B5F4 (or 0x84B5F4) is known color: Jordy Blue. HEX triplet: 84, B5 and F4. RGB value is (132,181,244). Sum of RGB (Red+Green+Blue) = 132+181+244=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #84B5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B5F4 is #7B4A0B. Grayscale: #ADADAD. Windows color (decimal): -8079884 or 16037252. OLE color: 16037252.
HSL color Cylindrical-coordinate representation of color #84B5F4: hue angle of 213.75º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84B5F4 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 181 | 244 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.04 |
| HSL | 213.75º | 0.84% | 0.74% | - |
| HSV(B) | 213.75º | 0.46% | 0.96% | - |
| XYZ | 42.37 | 44.48 | 91.94 | - |
| YUV | 173.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 244 | 0.46 | 0.26 | 0 | 0.04 | 213.75 | 0.84 | 0.74 |
| Hex | 84 | B5 | F4 | 2E | 1A | 0 | 4 | D6 | 54 | 4A |
| Octal | 204 | 265 | 364 | 56 | 32 | 0 | 4 | 326 | 124 | 112 |
| Binary | 10000100 | 10110101 | 11110100 | 101110 | 11010 | 0 | 100 | 11010110 | 1010100 | 1001010 |
Color Harmonies of #84B5F4
Complementary color
Monochromatic Colors of #84B5F4
Black with #84B5F4
Text Example
Text Example
White with #84B5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B5F4; }
p { color: rgb(132,181,244); }
H1.HeaderClassName
{
color: #84B5F4;
}
.AnyTagClassName
{
color: #84B5F4;
}
</style>
background-color css
<style>
a { background-color: #84B5F4; }
a { background-color: rgb(132,181,244); }
div.DivClassName
{
background-color: #84B5F4;
}
.BgClassName
{
background-color: #84B5F4;
}
</style>
border-color css
<style>
span { border-color: #84B5F4; }
span { border-color: rgb(132,181,244); }
td.TdClassName
{
border-color: #84B5F4;
}
.TagClassName
{
border-color: #84B5F4;
}
</style>