Shades of Jordy Blue #8FACF2
Tints of Jordy Blue #8FACF2
RGB
CMYK
RGB Variations
Color information
#8FACF2 (or 0x8FACF2) is known color: Jordy Blue. HEX triplet: 8F, AC and F2. RGB value is (143,172,242). Sum of RGB (Red+Green+Blue) = 143+172+242=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #8FACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACF2 is #70530D. Grayscale: #ABABAB. Windows color (decimal): -7361294 or 15903887. OLE color: 15903887.
HSL color Cylindrical-coordinate representation of color #8FACF2: hue angle of 222.42º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FACF2 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 172 | 242 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.05 |
| HSL | 222.42º | 0.79% | 0.75% | - |
| HSV(B) | 222.42º | 0.41% | 0.95% | - |
| XYZ | 42.11 | 41.76 | 89.84 | - |
| YUV | 171.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 242 | 0.41 | 0.29 | 0 | 0.05 | 222.42 | 0.79 | 0.75 |
| Hex | 8F | AC | F2 | 29 | 1D | 0 | 5 | DE | 4F | 4B |
| Octal | 217 | 254 | 362 | 51 | 35 | 0 | 5 | 336 | 117 | 113 |
| Binary | 10001111 | 10101100 | 11110010 | 101001 | 11101 | 0 | 101 | 11011110 | 1001111 | 1001011 |
Color Harmonies of #8FACF2
Complementary color
Monochromatic Colors of #8FACF2
Black with #8FACF2
Text Example
Text Example
White with #8FACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACF2; }
p { color: rgb(143,172,242); }
H1.HeaderClassName
{
color: #8FACF2;
}
.AnyTagClassName
{
color: #8FACF2;
}
</style>
background-color css
<style>
a { background-color: #8FACF2; }
a { background-color: rgb(143,172,242); }
div.DivClassName
{
background-color: #8FACF2;
}
.BgClassName
{
background-color: #8FACF2;
}
</style>
border-color css
<style>
span { border-color: #8FACF2; }
span { border-color: rgb(143,172,242); }
td.TdClassName
{
border-color: #8FACF2;
}
.TagClassName
{
border-color: #8FACF2;
}
</style>