Shades of Jordy Blue #80AFDF
Tints of Jordy Blue #80AFDF
RGB
CMYK
RGB Variations
Color information
#80AFDF (or 0x80AFDF) is known color: Jordy Blue. HEX triplet: 80, AF and DF. RGB value is (128,175,223). Sum of RGB (Red+Green+Blue) = 128+175+223=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #80AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFDF is #7F5020. Grayscale: #A6A6A6. Windows color (decimal): -8343585 or 14659456. OLE color: 14659456.
HSL color Cylindrical-coordinate representation of color #80AFDF: hue angle of 210.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AFDF is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 175 | 223 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.13 |
| HSL | 210.32º | 0.6% | 0.69% | - |
| HSV(B) | 210.32º | 0.43% | 0.87% | - |
| XYZ | 37.55 | 40.58 | 75.66 | - |
| YUV | 166.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 223 | 0.43 | 0.22 | 0 | 0.13 | 210.32 | 0.6 | 0.69 |
| Hex | 80 | AF | DF | 2B | 16 | 0 | D | D2 | 3C | 45 |
| Octal | 200 | 257 | 337 | 53 | 26 | 0 | 15 | 322 | 74 | 105 |
| Binary | 10000000 | 10101111 | 11011111 | 101011 | 10110 | 0 | 1101 | 11010010 | 111100 | 1000101 |
Color Harmonies of #80AFDF
Complementary color
Monochromatic Colors of #80AFDF
Black with #80AFDF
Text Example
Text Example
White with #80AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AFDF; }
p { color: rgb(128,175,223); }
H1.HeaderClassName
{
color: #80AFDF;
}
.AnyTagClassName
{
color: #80AFDF;
}
</style>
background-color css
<style>
a { background-color: #80AFDF; }
a { background-color: rgb(128,175,223); }
div.DivClassName
{
background-color: #80AFDF;
}
.BgClassName
{
background-color: #80AFDF;
}
</style>
border-color css
<style>
span { border-color: #80AFDF; }
span { border-color: rgb(128,175,223); }
td.TdClassName
{
border-color: #80AFDF;
}
.TagClassName
{
border-color: #80AFDF;
}
</style>