Shades of Jordy Blue #84ABFC
Tints of Jordy Blue #84ABFC
RGB
CMYK
RGB Variations
Color information
#84ABFC (or 0x84ABFC) is known color: Jordy Blue. HEX triplet: 84, AB and FC. RGB value is (132,171,252). Sum of RGB (Red+Green+Blue) = 132+171+252=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #84ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ABFC is #7B5403. Grayscale: #A8A8A8. Windows color (decimal): -8082436 or 16558980. OLE color: 16558980.
HSL color Cylindrical-coordinate representation of color #84ABFC: hue angle of 220.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84ABFC is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 171 | 252 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.01 |
| HSL | 220.5º | 0.95% | 0.75% | - |
| HSV(B) | 220.5º | 0.48% | 0.99% | - |
| XYZ | 41.65 | 41.06 | 97.83 | - |
| YUV | 168.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 252 | 0.48 | 0.32 | 0 | 0.01 | 220.5 | 0.95 | 0.75 |
| Hex | 84 | AB | FC | 30 | 20 | 0 | 1 | DC | 5F | 4B |
| Octal | 204 | 253 | 374 | 60 | 40 | 0 | 1 | 334 | 137 | 113 |
| Binary | 10000100 | 10101011 | 11111100 | 110000 | 100000 | 0 | 1 | 11011100 | 1011111 | 1001011 |
Color Harmonies of #84ABFC
Complementary color
Monochromatic Colors of #84ABFC
Black with #84ABFC
Text Example
Text Example
White with #84ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABFC; }
p { color: rgb(132,171,252); }
H1.HeaderClassName
{
color: #84ABFC;
}
.AnyTagClassName
{
color: #84ABFC;
}
</style>
background-color css
<style>
a { background-color: #84ABFC; }
a { background-color: rgb(132,171,252); }
div.DivClassName
{
background-color: #84ABFC;
}
.BgClassName
{
background-color: #84ABFC;
}
</style>
border-color css
<style>
span { border-color: #84ABFC; }
span { border-color: rgb(132,171,252); }
td.TdClassName
{
border-color: #84ABFC;
}
.TagClassName
{
border-color: #84ABFC;
}
</style>