Shades of Jordy Blue #80A8EF
Tints of Jordy Blue #80A8EF
RGB
CMYK
RGB Variations
Color information
#80A8EF (or 0x80A8EF) is known color: Jordy Blue. HEX triplet: 80, A8 and EF. RGB value is (128,168,239). Sum of RGB (Red+Green+Blue) = 128+168+239=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #80A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A8EF is #7F5710. Grayscale: #A3A3A3. Windows color (decimal): -8345361 or 15706240. OLE color: 15706240.
HSL color Cylindrical-coordinate representation of color #80A8EF: hue angle of 218.38º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80A8EF is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 168 | 239 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.06 |
| HSL | 218.38º | 0.78% | 0.72% | - |
| HSV(B) | 218.38º | 0.46% | 0.94% | - |
| XYZ | 38.48 | 38.83 | 87.13 | - |
| YUV | 164.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 239 | 0.46 | 0.30 | 0 | 0.06 | 218.38 | 0.78 | 0.72 |
| Hex | 80 | A8 | EF | 2E | 1E | 0 | 6 | DA | 4E | 48 |
| Octal | 200 | 250 | 357 | 56 | 36 | 0 | 6 | 332 | 116 | 110 |
| Binary | 10000000 | 10101000 | 11101111 | 101110 | 11110 | 0 | 110 | 11011010 | 1001110 | 1001000 |
Color Harmonies of #80A8EF
Complementary color
Monochromatic Colors of #80A8EF
Black with #80A8EF
Text Example
Text Example
White with #80A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8EF; }
p { color: rgb(128,168,239); }
H1.HeaderClassName
{
color: #80A8EF;
}
.AnyTagClassName
{
color: #80A8EF;
}
</style>
background-color css
<style>
a { background-color: #80A8EF; }
a { background-color: rgb(128,168,239); }
div.DivClassName
{
background-color: #80A8EF;
}
.BgClassName
{
background-color: #80A8EF;
}
</style>
border-color css
<style>
span { border-color: #80A8EF; }
span { border-color: rgb(128,168,239); }
td.TdClassName
{
border-color: #80A8EF;
}
.TagClassName
{
border-color: #80A8EF;
}
</style>