Shades of Jordy Blue #8FADF4
Tints of Jordy Blue #8FADF4
RGB
CMYK
RGB Variations
Color information
#8FADF4 (or 0x8FADF4) is known color: Jordy Blue. HEX triplet: 8F, AD and F4. RGB value is (143,173,244). Sum of RGB (Red+Green+Blue) = 143+173+244=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #8FADF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADF4 is #70520B. Grayscale: #ABABAB. Windows color (decimal): -7361036 or 16035215. OLE color: 16035215.
HSL color Cylindrical-coordinate representation of color #8FADF4: hue angle of 222.18º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FADF4 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 173 | 244 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.04 |
| HSL | 222.18º | 0.82% | 0.76% | - |
| HSV(B) | 222.18º | 0.41% | 0.96% | - |
| XYZ | 42.6 | 42.26 | 91.5 | - |
| YUV | 172.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 244 | 0.41 | 0.29 | 0 | 0.04 | 222.18 | 0.82 | 0.76 |
| Hex | 8F | AD | F4 | 29 | 1D | 0 | 4 | DE | 52 | 4C |
| Octal | 217 | 255 | 364 | 51 | 35 | 0 | 4 | 336 | 122 | 114 |
| Binary | 10001111 | 10101101 | 11110100 | 101001 | 11101 | 0 | 100 | 11011110 | 1010010 | 1001100 |
Color Harmonies of #8FADF4
Complementary color
Monochromatic Colors of #8FADF4
Black with #8FADF4
Text Example
Text Example
White with #8FADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADF4; }
p { color: rgb(143,173,244); }
H1.HeaderClassName
{
color: #8FADF4;
}
.AnyTagClassName
{
color: #8FADF4;
}
</style>
background-color css
<style>
a { background-color: #8FADF4; }
a { background-color: rgb(143,173,244); }
div.DivClassName
{
background-color: #8FADF4;
}
.BgClassName
{
background-color: #8FADF4;
}
</style>
border-color css
<style>
span { border-color: #8FADF4; }
span { border-color: rgb(143,173,244); }
td.TdClassName
{
border-color: #8FADF4;
}
.TagClassName
{
border-color: #8FADF4;
}
</style>