Shades of Jordy Blue #8DB0FE
Tints of Jordy Blue #8DB0FE
RGB
CMYK
RGB Variations
Color information
#8DB0FE (or 0x8DB0FE) is known color: Jordy Blue. HEX triplet: 8D, B0 and FE. RGB value is (141,176,254). Sum of RGB (Red+Green+Blue) = 141+176+254=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DB0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB0FE is #724F01. Grayscale: #AEAEAE. Windows color (decimal): -7491330 or 16691341. OLE color: 16691341.
HSL color Cylindrical-coordinate representation of color #8DB0FE: hue angle of 221.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB0FE is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 176 | 254 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.00 |
| HSL | 221.42º | 0.98% | 0.77% | - |
| HSV(B) | 221.42º | 0.44% | 1% | - |
| XYZ | 44.4 | 43.87 | 99.89 | - |
| YUV | 174.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 254 | 0.44 | 0.31 | 0 | 0.00 | 221.42 | 0.98 | 0.77 |
| Hex | 8D | B0 | FE | 2C | 1F | 0 | 0 | DD | 62 | 4D |
| Octal | 215 | 260 | 376 | 54 | 37 | 0 | 0 | 335 | 142 | 115 |
| Binary | 10001101 | 10110000 | 11111110 | 101100 | 11111 | 0 | 0 | 11011101 | 1100010 | 1001101 |
Color Harmonies of #8DB0FE
Complementary color
Monochromatic Colors of #8DB0FE
Black with #8DB0FE
Text Example
Text Example
White with #8DB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0FE; }
p { color: rgb(141,176,254); }
H1.HeaderClassName
{
color: #8DB0FE;
}
.AnyTagClassName
{
color: #8DB0FE;
}
</style>
background-color css
<style>
a { background-color: #8DB0FE; }
a { background-color: rgb(141,176,254); }
div.DivClassName
{
background-color: #8DB0FE;
}
.BgClassName
{
background-color: #8DB0FE;
}
</style>
border-color css
<style>
span { border-color: #8DB0FE; }
span { border-color: rgb(141,176,254); }
td.TdClassName
{
border-color: #8DB0FE;
}
.TagClassName
{
border-color: #8DB0FE;
}
</style>