Shades of Jordy Blue #8FACF0
Tints of Jordy Blue #8FACF0
RGB
CMYK
RGB Variations
Color information
#8FACF0 (or 0x8FACF0) is known color: Jordy Blue. HEX triplet: 8F, AC and F0. RGB value is (143,172,240). Sum of RGB (Red+Green+Blue) = 143+172+240=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACF0 is #70530F. Grayscale: #AAAAAA. Windows color (decimal): -7361296 or 15772815. OLE color: 15772815.
HSL color Cylindrical-coordinate representation of color #8FACF0: hue angle of 222.06º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FACF0 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 172 | 240 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.06 |
| HSL | 222.06º | 0.76% | 0.75% | - |
| HSV(B) | 222.06º | 0.4% | 0.94% | - |
| XYZ | 41.81 | 41.64 | 88.27 | - |
| YUV | 171.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 240 | 0.40 | 0.28 | 0 | 0.06 | 222.06 | 0.76 | 0.75 |
| Hex | 8F | AC | F0 | 28 | 1C | 0 | 6 | DE | 4C | 4B |
| Octal | 217 | 254 | 360 | 50 | 34 | 0 | 6 | 336 | 114 | 113 |
| Binary | 10001111 | 10101100 | 11110000 | 101000 | 11100 | 0 | 110 | 11011110 | 1001100 | 1001011 |
Color Harmonies of #8FACF0
Complementary color
Monochromatic Colors of #8FACF0
Black with #8FACF0
Text Example
Text Example
White with #8FACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACF0; }
p { color: rgb(143,172,240); }
H1.HeaderClassName
{
color: #8FACF0;
}
.AnyTagClassName
{
color: #8FACF0;
}
</style>
background-color css
<style>
a { background-color: #8FACF0; }
a { background-color: rgb(143,172,240); }
div.DivClassName
{
background-color: #8FACF0;
}
.BgClassName
{
background-color: #8FACF0;
}
</style>
border-color css
<style>
span { border-color: #8FACF0; }
span { border-color: rgb(143,172,240); }
td.TdClassName
{
border-color: #8FACF0;
}
.TagClassName
{
border-color: #8FACF0;
}
</style>