Shades of Jordy Blue #8DB2FA
Tints of Jordy Blue #8DB2FA
RGB
CMYK
RGB Variations
Color information
#8DB2FA (or 0x8DB2FA) is known color: Jordy Blue. HEX triplet: 8D, B2 and FA. RGB value is (141,178,250). Sum of RGB (Red+Green+Blue) = 141+178+250=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DB2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2FA is #724D05. Grayscale: #AEAEAE. Windows color (decimal): -7490822 or 16429709. OLE color: 16429709.
HSL color Cylindrical-coordinate representation of color #8DB2FA: hue angle of 219.63º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB2FA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 178 | 250 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.02 |
| HSL | 219.63º | 0.92% | 0.77% | - |
| HSV(B) | 219.63º | 0.44% | 0.98% | - |
| XYZ | 44.16 | 44.41 | 96.69 | - |
| YUV | 175.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 250 | 0.44 | 0.29 | 0 | 0.02 | 219.63 | 0.92 | 0.77 |
| Hex | 8D | B2 | FA | 2C | 1D | 0 | 2 | DC | 5C | 4D |
| Octal | 215 | 262 | 372 | 54 | 35 | 0 | 2 | 334 | 134 | 115 |
| Binary | 10001101 | 10110010 | 11111010 | 101100 | 11101 | 0 | 10 | 11011100 | 1011100 | 1001101 |
Color Harmonies of #8DB2FA
Complementary color
Monochromatic Colors of #8DB2FA
Black with #8DB2FA
Text Example
Text Example
White with #8DB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2FA; }
p { color: rgb(141,178,250); }
H1.HeaderClassName
{
color: #8DB2FA;
}
.AnyTagClassName
{
color: #8DB2FA;
}
</style>
background-color css
<style>
a { background-color: #8DB2FA; }
a { background-color: rgb(141,178,250); }
div.DivClassName
{
background-color: #8DB2FA;
}
.BgClassName
{
background-color: #8DB2FA;
}
</style>
border-color css
<style>
span { border-color: #8DB2FA; }
span { border-color: rgb(141,178,250); }
td.TdClassName
{
border-color: #8DB2FA;
}
.TagClassName
{
border-color: #8DB2FA;
}
</style>