Shades of Jordy Blue #8FAFEB
Tints of Jordy Blue #8FAFEB
RGB
CMYK
RGB Variations
Color information
#8FAFEB (or 0x8FAFEB) is known color: Jordy Blue. HEX triplet: 8F, AF and EB. RGB value is (143,175,235). Sum of RGB (Red+Green+Blue) = 143+175+235=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFEB is #705014. Grayscale: #ACACAC. Windows color (decimal): -7360533 or 15445903. OLE color: 15445903.
HSL color Cylindrical-coordinate representation of color #8FAFEB: hue angle of 219.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FAFEB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 175 | 235 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.08 |
| HSL | 219.13º | 0.7% | 0.74% | - |
| HSV(B) | 219.13º | 0.39% | 0.92% | - |
| XYZ | 41.65 | 42.5 | 84.6 | - |
| YUV | 172.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 235 | 0.39 | 0.26 | 0 | 0.08 | 219.13 | 0.7 | 0.74 |
| Hex | 8F | AF | EB | 27 | 1A | 0 | 8 | DB | 46 | 4A |
| Octal | 217 | 257 | 353 | 47 | 32 | 0 | 10 | 333 | 106 | 112 |
| Binary | 10001111 | 10101111 | 11101011 | 100111 | 11010 | 0 | 1000 | 11011011 | 1000110 | 1001010 |
Color Harmonies of #8FAFEB
Complementary color
Monochromatic Colors of #8FAFEB
Black with #8FAFEB
Text Example
Text Example
White with #8FAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFEB; }
p { color: rgb(143,175,235); }
H1.HeaderClassName
{
color: #8FAFEB;
}
.AnyTagClassName
{
color: #8FAFEB;
}
</style>
background-color css
<style>
a { background-color: #8FAFEB; }
a { background-color: rgb(143,175,235); }
div.DivClassName
{
background-color: #8FAFEB;
}
.BgClassName
{
background-color: #8FAFEB;
}
</style>
border-color css
<style>
span { border-color: #8FAFEB; }
span { border-color: rgb(143,175,235); }
td.TdClassName
{
border-color: #8FAFEB;
}
.TagClassName
{
border-color: #8FAFEB;
}
</style>