Shades of Jordy Blue #8DB2F3
Tints of Jordy Blue #8DB2F3
RGB
CMYK
RGB Variations
Color information
#8DB2F3 (or 0x8DB2F3) is known color: Jordy Blue. HEX triplet: 8D, B2 and F3. RGB value is (141,178,243). Sum of RGB (Red+Green+Blue) = 141+178+243=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DB2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2F3 is #724D0C. Grayscale: #AEAEAE. Windows color (decimal): -7490829 or 15970957. OLE color: 15970957.
HSL color Cylindrical-coordinate representation of color #8DB2F3: hue angle of 218.24º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DB2F3 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 178 | 243 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.05 |
| HSL | 218.24º | 0.81% | 0.75% | - |
| HSV(B) | 218.24º | 0.42% | 0.95% | - |
| XYZ | 43.08 | 43.97 | 91.01 | - |
| YUV | 174.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 243 | 0.42 | 0.27 | 0 | 0.05 | 218.24 | 0.81 | 0.75 |
| Hex | 8D | B2 | F3 | 2A | 1B | 0 | 5 | DA | 51 | 4B |
| Octal | 215 | 262 | 363 | 52 | 33 | 0 | 5 | 332 | 121 | 113 |
| Binary | 10001101 | 10110010 | 11110011 | 101010 | 11011 | 0 | 101 | 11011010 | 1010001 | 1001011 |
Color Harmonies of #8DB2F3
Complementary color
Monochromatic Colors of #8DB2F3
Black with #8DB2F3
Text Example
Text Example
White with #8DB2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2F3; }
p { color: rgb(141,178,243); }
H1.HeaderClassName
{
color: #8DB2F3;
}
.AnyTagClassName
{
color: #8DB2F3;
}
</style>
background-color css
<style>
a { background-color: #8DB2F3; }
a { background-color: rgb(141,178,243); }
div.DivClassName
{
background-color: #8DB2F3;
}
.BgClassName
{
background-color: #8DB2F3;
}
</style>
border-color css
<style>
span { border-color: #8DB2F3; }
span { border-color: rgb(141,178,243); }
td.TdClassName
{
border-color: #8DB2F3;
}
.TagClassName
{
border-color: #8DB2F3;
}
</style>