Shades of Jordy Blue #8FAFF3
Tints of Jordy Blue #8FAFF3
RGB
CMYK
RGB Variations
Color information
#8FAFF3 (or 0x8FAFF3) is known color: Jordy Blue. HEX triplet: 8F, AF and F3. RGB value is (143,175,243). Sum of RGB (Red+Green+Blue) = 143+175+243=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FAFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFF3 is #70500C. Grayscale: #ACACAC. Windows color (decimal): -7360525 or 15970191. OLE color: 15970191.
HSL color Cylindrical-coordinate representation of color #8FAFF3: hue angle of 220.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FAFF3 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 175 | 243 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.05 |
| HSL | 220.8º | 0.81% | 0.76% | - |
| HSV(B) | 220.8º | 0.41% | 0.95% | - |
| XYZ | 42.84 | 42.97 | 90.83 | - |
| YUV | 173.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 243 | 0.41 | 0.28 | 0 | 0.05 | 220.8 | 0.81 | 0.76 |
| Hex | 8F | AF | F3 | 29 | 1C | 0 | 5 | DD | 51 | 4C |
| Octal | 217 | 257 | 363 | 51 | 34 | 0 | 5 | 335 | 121 | 114 |
| Binary | 10001111 | 10101111 | 11110011 | 101001 | 11100 | 0 | 101 | 11011101 | 1010001 | 1001100 |
Color Harmonies of #8FAFF3
Complementary color
Monochromatic Colors of #8FAFF3
Black with #8FAFF3
Text Example
Text Example
White with #8FAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFF3; }
p { color: rgb(143,175,243); }
H1.HeaderClassName
{
color: #8FAFF3;
}
.AnyTagClassName
{
color: #8FAFF3;
}
</style>
background-color css
<style>
a { background-color: #8FAFF3; }
a { background-color: rgb(143,175,243); }
div.DivClassName
{
background-color: #8FAFF3;
}
.BgClassName
{
background-color: #8FAFF3;
}
</style>
border-color css
<style>
span { border-color: #8FAFF3; }
span { border-color: rgb(143,175,243); }
td.TdClassName
{
border-color: #8FAFF3;
}
.TagClassName
{
border-color: #8FAFF3;
}
</style>