Shades of Jordy Blue #8DABFC
Tints of Jordy Blue #8DABFC
RGB
CMYK
RGB Variations
Color information
#8DABFC (or 0x8DABFC) is known color: Jordy Blue. HEX triplet: 8D, AB and FC. RGB value is (141,171,252). Sum of RGB (Red+Green+Blue) = 141+171+252=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABFC is #725403. Grayscale: #AAAAAA. Windows color (decimal): -7492612 or 16558989. OLE color: 16558989.
HSL color Cylindrical-coordinate representation of color #8DABFC: hue angle of 223.78º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DABFC is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 171 | 252 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.01 |
| HSL | 223.78º | 0.95% | 0.77% | - |
| HSV(B) | 223.78º | 0.44% | 0.99% | - |
| XYZ | 43.12 | 41.82 | 97.89 | - |
| YUV | 171.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 252 | 0.44 | 0.32 | 0 | 0.01 | 223.78 | 0.95 | 0.77 |
| Hex | 8D | AB | FC | 2C | 20 | 0 | 1 | E0 | 5F | 4D |
| Octal | 215 | 253 | 374 | 54 | 40 | 0 | 1 | 340 | 137 | 115 |
| Binary | 10001101 | 10101011 | 11111100 | 101100 | 100000 | 0 | 1 | 11100000 | 1011111 | 1001101 |
Color Harmonies of #8DABFC
Complementary color
Monochromatic Colors of #8DABFC
Black with #8DABFC
Text Example
Text Example
White with #8DABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABFC; }
p { color: rgb(141,171,252); }
H1.HeaderClassName
{
color: #8DABFC;
}
.AnyTagClassName
{
color: #8DABFC;
}
</style>
background-color css
<style>
a { background-color: #8DABFC; }
a { background-color: rgb(141,171,252); }
div.DivClassName
{
background-color: #8DABFC;
}
.BgClassName
{
background-color: #8DABFC;
}
</style>
border-color css
<style>
span { border-color: #8DABFC; }
span { border-color: rgb(141,171,252); }
td.TdClassName
{
border-color: #8DABFC;
}
.TagClassName
{
border-color: #8DABFC;
}
</style>