Shades of Jordy Blue #8BB3FA
Tints of Jordy Blue #8BB3FA
RGB
CMYK
RGB Variations
Color information
#8BB3FA (or 0x8BB3FA) is known color: Jordy Blue. HEX triplet: 8B, B3 and FA. RGB value is (139,179,250). Sum of RGB (Red+Green+Blue) = 139+179+250=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BB3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB3FA is #744C05. Grayscale: #AEAEAE. Windows color (decimal): -7621638 or 16429963. OLE color: 16429963.
HSL color Cylindrical-coordinate representation of color #8BB3FA: hue angle of 218.38º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BB3FA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 179 | 250 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.02 |
| HSL | 218.38º | 0.92% | 0.76% | - |
| HSV(B) | 218.38º | 0.44% | 0.98% | - |
| XYZ | 44.02 | 44.63 | 96.74 | - |
| YUV | 175.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 250 | 0.44 | 0.28 | 0 | 0.02 | 218.38 | 0.92 | 0.76 |
| Hex | 8B | B3 | FA | 2C | 1C | 0 | 2 | DA | 5C | 4C |
| Octal | 213 | 263 | 372 | 54 | 34 | 0 | 2 | 332 | 134 | 114 |
| Binary | 10001011 | 10110011 | 11111010 | 101100 | 11100 | 0 | 10 | 11011010 | 1011100 | 1001100 |
Color Harmonies of #8BB3FA
Complementary color
Monochromatic Colors of #8BB3FA
Black with #8BB3FA
Text Example
Text Example
White with #8BB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB3FA; }
p { color: rgb(139,179,250); }
H1.HeaderClassName
{
color: #8BB3FA;
}
.AnyTagClassName
{
color: #8BB3FA;
}
</style>
background-color css
<style>
a { background-color: #8BB3FA; }
a { background-color: rgb(139,179,250); }
div.DivClassName
{
background-color: #8BB3FA;
}
.BgClassName
{
background-color: #8BB3FA;
}
</style>
border-color css
<style>
span { border-color: #8BB3FA; }
span { border-color: rgb(139,179,250); }
td.TdClassName
{
border-color: #8BB3FA;
}
.TagClassName
{
border-color: #8BB3FA;
}
</style>