Shades of Jordy Blue #8FB2EF
Tints of Jordy Blue #8FB2EF
RGB
CMYK
RGB Variations
Color information
#8FB2EF (or 0x8FB2EF) is known color: Jordy Blue. HEX triplet: 8F, B2 and EF. RGB value is (143,178,239). Sum of RGB (Red+Green+Blue) = 143+178+239=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FB2EF is #704D10. Grayscale: #AEAEAE. Windows color (decimal): -7359761 or 15708815. OLE color: 15708815.
HSL color Cylindrical-coordinate representation of color #8FB2EF: hue angle of 218.12º degrees, saturation: 0.75, 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 #8FB2EF is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 178 | 239 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.06 |
| HSL | 218.13º | 0.75% | 0.75% | - |
| HSV(B) | 218.13º | 0.4% | 0.94% | - |
| XYZ | 42.83 | 43.91 | 87.88 | - |
| YUV | 174.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 239 | 0.40 | 0.26 | 0 | 0.06 | 218.13 | 0.75 | 0.75 |
| Hex | 8F | B2 | EF | 28 | 1A | 0 | 6 | DA | 4B | 4B |
| Octal | 217 | 262 | 357 | 50 | 32 | 0 | 6 | 332 | 113 | 113 |
| Binary | 10001111 | 10110010 | 11101111 | 101000 | 11010 | 0 | 110 | 11011010 | 1001011 | 1001011 |
Color Harmonies of #8FB2EF
Complementary color
Monochromatic Colors of #8FB2EF
Black with #8FB2EF
Text Example
Text Example
White with #8FB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB2EF; }
p { color: rgb(143,178,239); }
H1.HeaderClassName
{
color: #8FB2EF;
}
.AnyTagClassName
{
color: #8FB2EF;
}
</style>
background-color css
<style>
a { background-color: #8FB2EF; }
a { background-color: rgb(143,178,239); }
div.DivClassName
{
background-color: #8FB2EF;
}
.BgClassName
{
background-color: #8FB2EF;
}
</style>
border-color css
<style>
span { border-color: #8FB2EF; }
span { border-color: rgb(143,178,239); }
td.TdClassName
{
border-color: #8FB2EF;
}
.TagClassName
{
border-color: #8FB2EF;
}
</style>