Shades of Jordy Blue #80A5FD
Tints of Jordy Blue #80A5FD
RGB
CMYK
RGB Variations
Color information
#80A5FD (or 0x80A5FD) is known color: Jordy Blue. HEX triplet: 80, A5 and FD. RGB value is (128,165,253). Sum of RGB (Red+Green+Blue) = 128+165+253=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #80A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A5FD is #7F5A02. Grayscale: #A3A3A3. Windows color (decimal): -8346115 or 16622976. OLE color: 16622976.
HSL color Cylindrical-coordinate representation of color #80A5FD: hue angle of 222.24º degrees, saturation: 0.97, 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 #80A5FD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 165 | 253 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.01 |
| HSL | 222.24º | 0.97% | 0.75% | - |
| HSV(B) | 222.24º | 0.49% | 0.99% | - |
| XYZ | 40.09 | 38.59 | 98.26 | - |
| YUV | 163.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 253 | 0.49 | 0.35 | 0 | 0.01 | 222.24 | 0.97 | 0.75 |
| Hex | 80 | A5 | FD | 31 | 23 | 0 | 1 | DE | 61 | 4B |
| Octal | 200 | 245 | 375 | 61 | 43 | 0 | 1 | 336 | 141 | 113 |
| Binary | 10000000 | 10100101 | 11111101 | 110001 | 100011 | 0 | 1 | 11011110 | 1100001 | 1001011 |
Color Harmonies of #80A5FD
Complementary color
Monochromatic Colors of #80A5FD
Black with #80A5FD
Text Example
Text Example
White with #80A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A5FD; }
p { color: rgb(128,165,253); }
H1.HeaderClassName
{
color: #80A5FD;
}
.AnyTagClassName
{
color: #80A5FD;
}
</style>
background-color css
<style>
a { background-color: #80A5FD; }
a { background-color: rgb(128,165,253); }
div.DivClassName
{
background-color: #80A5FD;
}
.BgClassName
{
background-color: #80A5FD;
}
</style>
border-color css
<style>
span { border-color: #80A5FD; }
span { border-color: rgb(128,165,253); }
td.TdClassName
{
border-color: #80A5FD;
}
.TagClassName
{
border-color: #80A5FD;
}
</style>