Shades of Jordy Blue #8DB2FC
Tints of Jordy Blue #8DB2FC
RGB
CMYK
RGB Variations
Color information
#8DB2FC (or 0x8DB2FC) is known color: Jordy Blue. HEX triplet: 8D, B2 and FC. RGB value is (141,178,252). Sum of RGB (Red+Green+Blue) = 141+178+252=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DB2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB2FC is #724D03. Grayscale: #AFAFAF. Windows color (decimal): -7490820 or 16560781. OLE color: 16560781.
HSL color Cylindrical-coordinate representation of color #8DB2FC: hue angle of 220º 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 #8DB2FC is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 178 | 252 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.01 |
| HSL | 220º | 0.95% | 0.77% | - |
| HSV(B) | 220º | 0.44% | 0.99% | - |
| XYZ | 44.48 | 44.53 | 98.35 | - |
| YUV | 175.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 252 | 0.44 | 0.29 | 0 | 0.01 | 220 | 0.95 | 0.77 |
| Hex | 8D | B2 | FC | 2C | 1D | 0 | 1 | DC | 5F | 4D |
| Octal | 215 | 262 | 374 | 54 | 35 | 0 | 1 | 334 | 137 | 115 |
| Binary | 10001101 | 10110010 | 11111100 | 101100 | 11101 | 0 | 1 | 11011100 | 1011111 | 1001101 |
Color Harmonies of #8DB2FC
Complementary color
Monochromatic Colors of #8DB2FC
Black with #8DB2FC
Text Example
Text Example
White with #8DB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2FC; }
p { color: rgb(141,178,252); }
H1.HeaderClassName
{
color: #8DB2FC;
}
.AnyTagClassName
{
color: #8DB2FC;
}
</style>
background-color css
<style>
a { background-color: #8DB2FC; }
a { background-color: rgb(141,178,252); }
div.DivClassName
{
background-color: #8DB2FC;
}
.BgClassName
{
background-color: #8DB2FC;
}
</style>
border-color css
<style>
span { border-color: #8DB2FC; }
span { border-color: rgb(141,178,252); }
td.TdClassName
{
border-color: #8DB2FC;
}
.TagClassName
{
border-color: #8DB2FC;
}
</style>