Shades of Jordy Blue #8FABEE
Tints of Jordy Blue #8FABEE
RGB
CMYK
RGB Variations
Color information
#8FABEE (or 0x8FABEE) is known color: Jordy Blue. HEX triplet: 8F, AB and EE. RGB value is (143,171,238). Sum of RGB (Red+Green+Blue) = 143+171+238=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABEE is #705411. Grayscale: #A9A9A9. Windows color (decimal): -7361554 or 15641487. OLE color: 15641487.
HSL color Cylindrical-coordinate representation of color #8FABEE: hue angle of 222.32º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FABEE is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 171 | 238 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.07 |
| HSL | 222.32º | 0.74% | 0.75% | - |
| HSV(B) | 222.32º | 0.4% | 0.93% | - |
| XYZ | 41.32 | 41.14 | 86.65 | - |
| YUV | 170.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 238 | 0.40 | 0.28 | 0 | 0.07 | 222.32 | 0.74 | 0.75 |
| Hex | 8F | AB | EE | 28 | 1C | 0 | 7 | DE | 4A | 4B |
| Octal | 217 | 253 | 356 | 50 | 34 | 0 | 7 | 336 | 112 | 113 |
| Binary | 10001111 | 10101011 | 11101110 | 101000 | 11100 | 0 | 111 | 11011110 | 1001010 | 1001011 |
Color Harmonies of #8FABEE
Complementary color
Monochromatic Colors of #8FABEE
Black with #8FABEE
Text Example
Text Example
White with #8FABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABEE; }
p { color: rgb(143,171,238); }
H1.HeaderClassName
{
color: #8FABEE;
}
.AnyTagClassName
{
color: #8FABEE;
}
</style>
background-color css
<style>
a { background-color: #8FABEE; }
a { background-color: rgb(143,171,238); }
div.DivClassName
{
background-color: #8FABEE;
}
.BgClassName
{
background-color: #8FABEE;
}
</style>
border-color css
<style>
span { border-color: #8FABEE; }
span { border-color: rgb(143,171,238); }
td.TdClassName
{
border-color: #8FABEE;
}
.TagClassName
{
border-color: #8FABEE;
}
</style>