Shades of Jordy Blue #8DB0FF
Tints of Jordy Blue #8DB0FF
RGB
CMYK
RGB Variations
Color information
#8DB0FF (or 0x8DB0FF) is known color: Jordy Blue. HEX triplet: 8D, B0 and FF. RGB value is (141,176,255). Sum of RGB (Red+Green+Blue) = 141+176+255=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB0FF is #724F00. Grayscale: #AEAEAE. Windows color (decimal): -7491329 or 16756877. OLE color: 16756877.
HSL color Cylindrical-coordinate representation of color #8DB0FF: hue angle of 221.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB0FF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 176 | 255 | - |
| CMYK | 0.45 | 0.31 | 0 | 0 |
| HSL | 221.58º | 1% | 0.78% | - |
| HSV(B) | 221.58º | 0.45% | 1% | - |
| XYZ | 44.56 | 43.93 | 100.74 | - |
| YUV | 174.54 | 173.4 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 255 | 0.45 | 0.31 | 0 | 0 | 221.58 | 1 | 0.78 |
| Hex | 8D | B0 | FF | 2D | 1F | 0 | 0 | DE | 64 | 4E |
| Octal | 215 | 260 | 377 | 55 | 37 | 0 | 0 | 336 | 144 | 116 |
| Binary | 10001101 | 10110000 | 11111111 | 101101 | 11111 | 0 | 0 | 11011110 | 1100100 | 1001110 |
Color Harmonies of #8DB0FF
Complementary color
Monochromatic Colors of #8DB0FF
Black with #8DB0FF
Text Example
Text Example
White with #8DB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB0FF; }
p { color: rgb(141,176,255); }
H1.HeaderClassName
{
color: #8DB0FF;
}
.AnyTagClassName
{
color: #8DB0FF;
}
</style>
background-color css
<style>
a { background-color: #8DB0FF; }
a { background-color: rgb(141,176,255); }
div.DivClassName
{
background-color: #8DB0FF;
}
.BgClassName
{
background-color: #8DB0FF;
}
</style>
border-color css
<style>
span { border-color: #8DB0FF; }
span { border-color: rgb(141,176,255); }
td.TdClassName
{
border-color: #8DB0FF;
}
.TagClassName
{
border-color: #8DB0FF;
}
</style>