Shades of Jordy Blue #8FAFF1
Tints of Jordy Blue #8FAFF1
RGB
CMYK
RGB Variations
Color information
#8FAFF1 (or 0x8FAFF1) is known color: Jordy Blue. HEX triplet: 8F, AF and F1. RGB value is (143,175,241). Sum of RGB (Red+Green+Blue) = 143+175+241=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #8FAFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFF1 is #70500E. Grayscale: #ACACAC. Windows color (decimal): -7360527 or 15839119. OLE color: 15839119.
HSL color Cylindrical-coordinate representation of color #8FAFF1: hue angle of 220.41º degrees, saturation: 0.78, 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 #8FAFF1 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 175 | 241 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.05 |
| HSL | 220.41º | 0.78% | 0.75% | - |
| HSV(B) | 220.41º | 0.41% | 0.95% | - |
| XYZ | 42.53 | 42.85 | 89.25 | - |
| YUV | 172.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 241 | 0.41 | 0.27 | 0 | 0.05 | 220.41 | 0.78 | 0.75 |
| Hex | 8F | AF | F1 | 29 | 1B | 0 | 5 | DC | 4E | 4B |
| Octal | 217 | 257 | 361 | 51 | 33 | 0 | 5 | 334 | 116 | 113 |
| Binary | 10001111 | 10101111 | 11110001 | 101001 | 11011 | 0 | 101 | 11011100 | 1001110 | 1001011 |
Color Harmonies of #8FAFF1
Complementary color
Monochromatic Colors of #8FAFF1
Black with #8FAFF1
Text Example
Text Example
White with #8FAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFF1; }
p { color: rgb(143,175,241); }
H1.HeaderClassName
{
color: #8FAFF1;
}
.AnyTagClassName
{
color: #8FAFF1;
}
</style>
background-color css
<style>
a { background-color: #8FAFF1; }
a { background-color: rgb(143,175,241); }
div.DivClassName
{
background-color: #8FAFF1;
}
.BgClassName
{
background-color: #8FAFF1;
}
</style>
border-color css
<style>
span { border-color: #8FAFF1; }
span { border-color: rgb(143,175,241); }
td.TdClassName
{
border-color: #8FAFF1;
}
.TagClassName
{
border-color: #8FAFF1;
}
</style>