Shades of Jordy Blue #84B5E6
Tints of Jordy Blue #84B5E6
RGB
CMYK
RGB Variations
Color information
#84B5E6 (or 0x84B5E6) is known color: Jordy Blue. HEX triplet: 84, B5 and E6. RGB value is (132,181,230). Sum of RGB (Red+Green+Blue) = 132+181+230=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #84B5E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84B5E6 is #7B4A19. Grayscale: #ABABAB. Windows color (decimal): -8079898 or 15119748. OLE color: 15119748.
HSL color Cylindrical-coordinate representation of color #84B5E6: hue angle of 210º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84B5E6 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 181 | 230 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.10 |
| HSL | 210º | 0.66% | 0.71% | - |
| HSV(B) | 210º | 0.43% | 0.9% | - |
| XYZ | 40.32 | 43.67 | 81.17 | - |
| YUV | 171.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 230 | 0.43 | 0.21 | 0 | 0.10 | 210 | 0.66 | 0.71 |
| Hex | 84 | B5 | E6 | 2B | 15 | 0 | A | D2 | 42 | 47 |
| Octal | 204 | 265 | 346 | 53 | 25 | 0 | 12 | 322 | 102 | 107 |
| Binary | 10000100 | 10110101 | 11100110 | 101011 | 10101 | 0 | 1010 | 11010010 | 1000010 | 1000111 |
Color Harmonies of #84B5E6
Complementary color
Monochromatic Colors of #84B5E6
Black with #84B5E6
Text Example
Text Example
White with #84B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B5E6; }
p { color: rgb(132,181,230); }
H1.HeaderClassName
{
color: #84B5E6;
}
.AnyTagClassName
{
color: #84B5E6;
}
</style>
background-color css
<style>
a { background-color: #84B5E6; }
a { background-color: rgb(132,181,230); }
div.DivClassName
{
background-color: #84B5E6;
}
.BgClassName
{
background-color: #84B5E6;
}
</style>
border-color css
<style>
span { border-color: #84B5E6; }
span { border-color: rgb(132,181,230); }
td.TdClassName
{
border-color: #84B5E6;
}
.TagClassName
{
border-color: #84B5E6;
}
</style>