Shades of Jordy Blue #84ABFE
Tints of Jordy Blue #84ABFE
RGB
CMYK
RGB Variations
Color information
#84ABFE (or 0x84ABFE) is known color: Jordy Blue. HEX triplet: 84, AB and FE. RGB value is (132,171,254). Sum of RGB (Red+Green+Blue) = 132+171+254=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #84ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ABFE is #7B5401. Grayscale: #A8A8A8. Windows color (decimal): -8082434 or 16690052. OLE color: 16690052.
HSL color Cylindrical-coordinate representation of color #84ABFE: hue angle of 220.82º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84ABFE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 171 | 254 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.00 |
| HSL | 220.82º | 0.98% | 0.76% | - |
| HSV(B) | 220.82º | 0.48% | 1% | - |
| XYZ | 41.97 | 41.19 | 99.5 | - |
| YUV | 168.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 254 | 0.48 | 0.33 | 0 | 0.00 | 220.82 | 0.98 | 0.76 |
| Hex | 84 | AB | FE | 30 | 21 | 0 | 0 | DD | 62 | 4C |
| Octal | 204 | 253 | 376 | 60 | 41 | 0 | 0 | 335 | 142 | 114 |
| Binary | 10000100 | 10101011 | 11111110 | 110000 | 100001 | 0 | 0 | 11011101 | 1100010 | 1001100 |
Color Harmonies of #84ABFE
Complementary color
Monochromatic Colors of #84ABFE
Black with #84ABFE
Text Example
Text Example
White with #84ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ABFE; }
p { color: rgb(132,171,254); }
H1.HeaderClassName
{
color: #84ABFE;
}
.AnyTagClassName
{
color: #84ABFE;
}
</style>
background-color css
<style>
a { background-color: #84ABFE; }
a { background-color: rgb(132,171,254); }
div.DivClassName
{
background-color: #84ABFE;
}
.BgClassName
{
background-color: #84ABFE;
}
</style>
border-color css
<style>
span { border-color: #84ABFE; }
span { border-color: rgb(132,171,254); }
td.TdClassName
{
border-color: #84ABFE;
}
.TagClassName
{
border-color: #84ABFE;
}
</style>