Shades of Jordy Blue #8FB3EE
Tints of Jordy Blue #8FB3EE
RGB
CMYK
RGB Variations
Color information
#8FB3EE (or 0x8FB3EE) is known color: Jordy Blue. HEX triplet: 8F, B3 and EE. RGB value is (143,179,238). Sum of RGB (Red+Green+Blue) = 143+179+238=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FB3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB3EE is #704C11. Grayscale: #AEAEAE. Windows color (decimal): -7359506 or 15643535. OLE color: 15643535.
HSL color Cylindrical-coordinate representation of color #8FB3EE: hue angle of 217.26º 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 #8FB3EE is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 179 | 238 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.07 |
| HSL | 217.26º | 0.74% | 0.75% | - |
| HSV(B) | 217.26º | 0.4% | 0.93% | - |
| XYZ | 42.88 | 44.25 | 87.17 | - |
| YUV | 174.96 | 163.57 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 238 | 0.40 | 0.25 | 0 | 0.07 | 217.26 | 0.74 | 0.75 |
| Hex | 8F | B3 | EE | 28 | 19 | 0 | 7 | D9 | 4A | 4B |
| Octal | 217 | 263 | 356 | 50 | 31 | 0 | 7 | 331 | 112 | 113 |
| Binary | 10001111 | 10110011 | 11101110 | 101000 | 11001 | 0 | 111 | 11011001 | 1001010 | 1001011 |
Color Harmonies of #8FB3EE
Complementary color
Monochromatic Colors of #8FB3EE
Black with #8FB3EE
Text Example
Text Example
White with #8FB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB3EE; }
p { color: rgb(143,179,238); }
H1.HeaderClassName
{
color: #8FB3EE;
}
.AnyTagClassName
{
color: #8FB3EE;
}
</style>
background-color css
<style>
a { background-color: #8FB3EE; }
a { background-color: rgb(143,179,238); }
div.DivClassName
{
background-color: #8FB3EE;
}
.BgClassName
{
background-color: #8FB3EE;
}
</style>
border-color css
<style>
span { border-color: #8FB3EE; }
span { border-color: rgb(143,179,238); }
td.TdClassName
{
border-color: #8FB3EE;
}
.TagClassName
{
border-color: #8FB3EE;
}
</style>