Shades of Jordy Blue #8DB4F3
Tints of Jordy Blue #8DB4F3
RGB
CMYK
RGB Variations
Color information
#8DB4F3 (or 0x8DB4F3) is known color: Jordy Blue. HEX triplet: 8D, B4 and F3. RGB value is (141,180,243). Sum of RGB (Red+Green+Blue) = 141+180+243=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DB4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4F3 is #724B0C. Grayscale: #AFAFAF. Windows color (decimal): -7490317 or 15971469. OLE color: 15971469.
HSL color Cylindrical-coordinate representation of color #8DB4F3: hue angle of 217.06º 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 #8DB4F3 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 180 | 243 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.05 |
| HSL | 217.06º | 0.81% | 0.75% | - |
| HSV(B) | 217.06º | 0.42% | 0.95% | - |
| XYZ | 43.48 | 44.78 | 91.14 | - |
| YUV | 175.52 | 166.08 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 243 | 0.42 | 0.26 | 0 | 0.05 | 217.06 | 0.81 | 0.75 |
| Hex | 8D | B4 | F3 | 2A | 1A | 0 | 5 | D9 | 51 | 4B |
| Octal | 215 | 264 | 363 | 52 | 32 | 0 | 5 | 331 | 121 | 113 |
| Binary | 10001101 | 10110100 | 11110011 | 101010 | 11010 | 0 | 101 | 11011001 | 1010001 | 1001011 |
Color Harmonies of #8DB4F3
Complementary color
Monochromatic Colors of #8DB4F3
Black with #8DB4F3
Text Example
Text Example
White with #8DB4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4F3; }
p { color: rgb(141,180,243); }
H1.HeaderClassName
{
color: #8DB4F3;
}
.AnyTagClassName
{
color: #8DB4F3;
}
</style>
background-color css
<style>
a { background-color: #8DB4F3; }
a { background-color: rgb(141,180,243); }
div.DivClassName
{
background-color: #8DB4F3;
}
.BgClassName
{
background-color: #8DB4F3;
}
</style>
border-color css
<style>
span { border-color: #8DB4F3; }
span { border-color: rgb(141,180,243); }
td.TdClassName
{
border-color: #8DB4F3;
}
.TagClassName
{
border-color: #8DB4F3;
}
</style>