Shades of Jordy Blue #8FB3EF
Tints of Jordy Blue #8FB3EF
RGB
CMYK
RGB Variations
Color information
#8FB3EF (or 0x8FB3EF) is known color: Jordy Blue. HEX triplet: 8F, B3 and EF. RGB value is (143,179,239). Sum of RGB (Red+Green+Blue) = 143+179+239=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB3EF is #704C10. Grayscale: #AEAEAE. Windows color (decimal): -7359505 or 15709071. OLE color: 15709071.
HSL color Cylindrical-coordinate representation of color #8FB3EF: hue angle of 217.5º 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 #8FB3EF is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 179 | 239 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.06 |
| HSL | 217.5º | 0.75% | 0.75% | - |
| HSV(B) | 217.5º | 0.4% | 0.94% | - |
| XYZ | 43.03 | 44.31 | 87.95 | - |
| YUV | 175.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 239 | 0.40 | 0.25 | 0 | 0.06 | 217.5 | 0.75 | 0.75 |
| Hex | 8F | B3 | EF | 28 | 19 | 0 | 6 | DA | 4B | 4B |
| Octal | 217 | 263 | 357 | 50 | 31 | 0 | 6 | 332 | 113 | 113 |
| Binary | 10001111 | 10110011 | 11101111 | 101000 | 11001 | 0 | 110 | 11011010 | 1001011 | 1001011 |
Color Harmonies of #8FB3EF
Complementary color
Monochromatic Colors of #8FB3EF
Black with #8FB3EF
Text Example
Text Example
White with #8FB3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB3EF; }
p { color: rgb(143,179,239); }
H1.HeaderClassName
{
color: #8FB3EF;
}
.AnyTagClassName
{
color: #8FB3EF;
}
</style>
background-color css
<style>
a { background-color: #8FB3EF; }
a { background-color: rgb(143,179,239); }
div.DivClassName
{
background-color: #8FB3EF;
}
.BgClassName
{
background-color: #8FB3EF;
}
</style>
border-color css
<style>
span { border-color: #8FB3EF; }
span { border-color: rgb(143,179,239); }
td.TdClassName
{
border-color: #8FB3EF;
}
.TagClassName
{
border-color: #8FB3EF;
}
</style>