Shades of Jordy Blue #8DB2FB
Tints of Jordy Blue #8DB2FB
RGB
CMYK
RGB Variations
Color information
#8DB2FB (or 0x8DB2FB) is known color: Jordy Blue. HEX triplet: 8D, B2 and FB. RGB value is (141,178,251). Sum of RGB (Red+Green+Blue) = 141+178+251=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DB2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2FB is #724D04. Grayscale: #AEAEAE. Windows color (decimal): -7490821 or 16495245. OLE color: 16495245.
HSL color Cylindrical-coordinate representation of color #8DB2FB: hue angle of 219.82º degrees, saturation: 0.93, 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 #8DB2FB is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 178 | 251 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.02 |
| HSL | 219.82º | 0.93% | 0.77% | - |
| HSV(B) | 219.82º | 0.44% | 0.98% | - |
| XYZ | 44.32 | 44.47 | 97.51 | - |
| YUV | 175.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 251 | 0.44 | 0.29 | 0 | 0.02 | 219.82 | 0.93 | 0.77 |
| Hex | 8D | B2 | FB | 2C | 1D | 0 | 2 | DC | 5D | 4D |
| Octal | 215 | 262 | 373 | 54 | 35 | 0 | 2 | 334 | 135 | 115 |
| Binary | 10001101 | 10110010 | 11111011 | 101100 | 11101 | 0 | 10 | 11011100 | 1011101 | 1001101 |
Color Harmonies of #8DB2FB
Complementary color
Monochromatic Colors of #8DB2FB
Black with #8DB2FB
Text Example
Text Example
White with #8DB2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2FB; }
p { color: rgb(141,178,251); }
H1.HeaderClassName
{
color: #8DB2FB;
}
.AnyTagClassName
{
color: #8DB2FB;
}
</style>
background-color css
<style>
a { background-color: #8DB2FB; }
a { background-color: rgb(141,178,251); }
div.DivClassName
{
background-color: #8DB2FB;
}
.BgClassName
{
background-color: #8DB2FB;
}
</style>
border-color css
<style>
span { border-color: #8DB2FB; }
span { border-color: rgb(141,178,251); }
td.TdClassName
{
border-color: #8DB2FB;
}
.TagClassName
{
border-color: #8DB2FB;
}
</style>