Shades of Jordy Blue #8BB4E6
Tints of Jordy Blue #8BB4E6
RGB
CMYK
RGB Variations
Color information
#8BB4E6 (or 0x8BB4E6) is known color: Jordy Blue. HEX triplet: 8B, B4 and E6. RGB value is (139,180,230). Sum of RGB (Red+Green+Blue) = 139+180+230=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BB4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB4E6 is #744B19. Grayscale: #ADADAD. Windows color (decimal): -7621402 or 15119499. OLE color: 15119499.
HSL color Cylindrical-coordinate representation of color #8BB4E6: hue angle of 212.97º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BB4E6 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 180 | 230 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.10 |
| HSL | 212.97º | 0.65% | 0.72% | - |
| HSV(B) | 212.97º | 0.4% | 0.9% | - |
| XYZ | 41.25 | 43.84 | 81.15 | - |
| YUV | 173.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 230 | 0.40 | 0.22 | 0 | 0.10 | 212.97 | 0.65 | 0.72 |
| Hex | 8B | B4 | E6 | 28 | 16 | 0 | A | D5 | 41 | 48 |
| Octal | 213 | 264 | 346 | 50 | 26 | 0 | 12 | 325 | 101 | 110 |
| Binary | 10001011 | 10110100 | 11100110 | 101000 | 10110 | 0 | 1010 | 11010101 | 1000001 | 1001000 |
Color Harmonies of #8BB4E6
Complementary color
Monochromatic Colors of #8BB4E6
Black with #8BB4E6
Text Example
Text Example
White with #8BB4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4E6; }
p { color: rgb(139,180,230); }
H1.HeaderClassName
{
color: #8BB4E6;
}
.AnyTagClassName
{
color: #8BB4E6;
}
</style>
background-color css
<style>
a { background-color: #8BB4E6; }
a { background-color: rgb(139,180,230); }
div.DivClassName
{
background-color: #8BB4E6;
}
.BgClassName
{
background-color: #8BB4E6;
}
</style>
border-color css
<style>
span { border-color: #8BB4E6; }
span { border-color: rgb(139,180,230); }
td.TdClassName
{
border-color: #8BB4E6;
}
.TagClassName
{
border-color: #8BB4E6;
}
</style>