Shades of Jordy Blue #8CB0F9
Tints of Jordy Blue #8CB0F9
RGB
CMYK
RGB Variations
Color information
#8CB0F9 (or 0x8CB0F9) is known color: Jordy Blue. HEX triplet: 8C, B0 and F9. RGB value is (140,176,249). Sum of RGB (Red+Green+Blue) = 140+176+249=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CB0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB0F9 is #734F06. Grayscale: #ADADAD. Windows color (decimal): -7556871 or 16363660. OLE color: 16363660.
HSL color Cylindrical-coordinate representation of color #8CB0F9: hue angle of 220.18º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CB0F9 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 176 | 249 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.02 |
| HSL | 220.18º | 0.9% | 0.76% | - |
| HSV(B) | 220.18º | 0.44% | 0.98% | - |
| XYZ | 43.44 | 43.47 | 95.72 | - |
| YUV | 173.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 249 | 0.44 | 0.29 | 0 | 0.02 | 220.18 | 0.9 | 0.76 |
| Hex | 8C | B0 | F9 | 2C | 1D | 0 | 2 | DC | 5A | 4C |
| Octal | 214 | 260 | 371 | 54 | 35 | 0 | 2 | 334 | 132 | 114 |
| Binary | 10001100 | 10110000 | 11111001 | 101100 | 11101 | 0 | 10 | 11011100 | 1011010 | 1001100 |
Color Harmonies of #8CB0F9
Complementary color
Monochromatic Colors of #8CB0F9
Black with #8CB0F9
Text Example
Text Example
White with #8CB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB0F9; }
p { color: rgb(140,176,249); }
H1.HeaderClassName
{
color: #8CB0F9;
}
.AnyTagClassName
{
color: #8CB0F9;
}
</style>
background-color css
<style>
a { background-color: #8CB0F9; }
a { background-color: rgb(140,176,249); }
div.DivClassName
{
background-color: #8CB0F9;
}
.BgClassName
{
background-color: #8CB0F9;
}
</style>
border-color css
<style>
span { border-color: #8CB0F9; }
span { border-color: rgb(140,176,249); }
td.TdClassName
{
border-color: #8CB0F9;
}
.TagClassName
{
border-color: #8CB0F9;
}
</style>