Shades of Jordy Blue #8DB1FA
Tints of Jordy Blue #8DB1FA
RGB
CMYK
RGB Variations
Color information
#8DB1FA (or 0x8DB1FA) is known color: Jordy Blue. HEX triplet: 8D, B1 and FA. RGB value is (141,177,250). Sum of RGB (Red+Green+Blue) = 141+177+250=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 177 (69.53% from 255 or 31.16% 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 #8DB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1FA is #724E05. Grayscale: #AEAEAE. Windows color (decimal): -7491078 or 16429453. OLE color: 16429453.
HSL color Cylindrical-coordinate representation of color #8DB1FA: hue angle of 220.18º 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 #8DB1FA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 177 | 250 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.02 |
| HSL | 220.18º | 0.92% | 0.77% | - |
| HSV(B) | 220.18º | 0.44% | 0.98% | - |
| XYZ | 43.96 | 44.01 | 96.62 | - |
| YUV | 174.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 250 | 0.44 | 0.29 | 0 | 0.02 | 220.18 | 0.92 | 0.77 |
| Hex | 8D | B1 | FA | 2C | 1D | 0 | 2 | DC | 5C | 4D |
| Octal | 215 | 261 | 372 | 54 | 35 | 0 | 2 | 334 | 134 | 115 |
| Binary | 10001101 | 10110001 | 11111010 | 101100 | 11101 | 0 | 10 | 11011100 | 1011100 | 1001101 |
Color Harmonies of #8DB1FA
Complementary color
Monochromatic Colors of #8DB1FA
Black with #8DB1FA
Text Example
Text Example
White with #8DB1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1FA; }
p { color: rgb(141,177,250); }
H1.HeaderClassName
{
color: #8DB1FA;
}
.AnyTagClassName
{
color: #8DB1FA;
}
</style>
background-color css
<style>
a { background-color: #8DB1FA; }
a { background-color: rgb(141,177,250); }
div.DivClassName
{
background-color: #8DB1FA;
}
.BgClassName
{
background-color: #8DB1FA;
}
</style>
border-color css
<style>
span { border-color: #8DB1FA; }
span { border-color: rgb(141,177,250); }
td.TdClassName
{
border-color: #8DB1FA;
}
.TagClassName
{
border-color: #8DB1FA;
}
</style>