Shades of Jordy Blue #80A8FC
Tints of Jordy Blue #80A8FC
RGB
CMYK
RGB Variations
Color information
#80A8FC (or 0x80A8FC) is known color: Jordy Blue. HEX triplet: 80, A8 and FC. RGB value is (128,168,252). Sum of RGB (Red+Green+Blue) = 128+168+252=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #80A8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A8FC is #7F5703. Grayscale: #A5A5A5. Windows color (decimal): -8345348 or 16558208. OLE color: 16558208.
HSL color Cylindrical-coordinate representation of color #80A8FC: hue angle of 220.65º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A8FC is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 168 | 252 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.01 |
| HSL | 220.65º | 0.95% | 0.75% | - |
| HSV(B) | 220.65º | 0.49% | 0.99% | - |
| XYZ | 40.48 | 39.62 | 97.61 | - |
| YUV | 165.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 252 | 0.49 | 0.33 | 0 | 0.01 | 220.65 | 0.95 | 0.75 |
| Hex | 80 | A8 | FC | 31 | 21 | 0 | 1 | DD | 5F | 4B |
| Octal | 200 | 250 | 374 | 61 | 41 | 0 | 1 | 335 | 137 | 113 |
| Binary | 10000000 | 10101000 | 11111100 | 110001 | 100001 | 0 | 1 | 11011101 | 1011111 | 1001011 |
Color Harmonies of #80A8FC
Complementary color
Monochromatic Colors of #80A8FC
Black with #80A8FC
Text Example
Text Example
White with #80A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8FC; }
p { color: rgb(128,168,252); }
H1.HeaderClassName
{
color: #80A8FC;
}
.AnyTagClassName
{
color: #80A8FC;
}
</style>
background-color css
<style>
a { background-color: #80A8FC; }
a { background-color: rgb(128,168,252); }
div.DivClassName
{
background-color: #80A8FC;
}
.BgClassName
{
background-color: #80A8FC;
}
</style>
border-color css
<style>
span { border-color: #80A8FC; }
span { border-color: rgb(128,168,252); }
td.TdClassName
{
border-color: #80A8FC;
}
.TagClassName
{
border-color: #80A8FC;
}
</style>