Shades of Jordy Blue #8FABF0
Tints of Jordy Blue #8FABF0
RGB
CMYK
RGB Variations
Color information
#8FABF0 (or 0x8FABF0) is known color: Jordy Blue. HEX triplet: 8F, AB and F0. RGB value is (143,171,240). Sum of RGB (Red+Green+Blue) = 143+171+240=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FABF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABF0 is #70540F. Grayscale: #AAAAAA. Windows color (decimal): -7361552 or 15772559. OLE color: 15772559.
HSL color Cylindrical-coordinate representation of color #8FABF0: hue angle of 222.68º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FABF0 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 171 | 240 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.06 |
| HSL | 222.68º | 0.76% | 0.75% | - |
| HSV(B) | 222.68º | 0.4% | 0.94% | - |
| XYZ | 41.62 | 41.26 | 88.21 | - |
| YUV | 170.49 | 167.22 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 240 | 0.40 | 0.29 | 0 | 0.06 | 222.68 | 0.76 | 0.75 |
| Hex | 8F | AB | F0 | 28 | 1D | 0 | 6 | DF | 4C | 4B |
| Octal | 217 | 253 | 360 | 50 | 35 | 0 | 6 | 337 | 114 | 113 |
| Binary | 10001111 | 10101011 | 11110000 | 101000 | 11101 | 0 | 110 | 11011111 | 1001100 | 1001011 |
Color Harmonies of #8FABF0
Complementary color
Monochromatic Colors of #8FABF0
Black with #8FABF0
Text Example
Text Example
White with #8FABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABF0; }
p { color: rgb(143,171,240); }
H1.HeaderClassName
{
color: #8FABF0;
}
.AnyTagClassName
{
color: #8FABF0;
}
</style>
background-color css
<style>
a { background-color: #8FABF0; }
a { background-color: rgb(143,171,240); }
div.DivClassName
{
background-color: #8FABF0;
}
.BgClassName
{
background-color: #8FABF0;
}
</style>
border-color css
<style>
span { border-color: #8FABF0; }
span { border-color: rgb(143,171,240); }
td.TdClassName
{
border-color: #8FABF0;
}
.TagClassName
{
border-color: #8FABF0;
}
</style>