Shades of Jordy Blue #80B0DF
Tints of Jordy Blue #80B0DF
RGB
CMYK
RGB Variations
Color information
#80B0DF (or 0x80B0DF) is known color: Jordy Blue. HEX triplet: 80, B0 and DF. RGB value is (128,176,223). Sum of RGB (Red+Green+Blue) = 128+176+223=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #80B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B0DF is #7F4F20. Grayscale: #A6A6A6. Windows color (decimal): -8343329 or 14659712. OLE color: 14659712.
HSL color Cylindrical-coordinate representation of color #80B0DF: hue angle of 209.68º 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 #80B0DF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 176 | 223 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.13 |
| HSL | 209.68º | 0.6% | 0.69% | - |
| HSV(B) | 209.68º | 0.43% | 0.87% | - |
| XYZ | 37.75 | 40.97 | 75.73 | - |
| YUV | 167.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 176 | 223 | 0.43 | 0.21 | 0 | 0.13 | 209.68 | 0.6 | 0.69 |
| Hex | 80 | B0 | DF | 2B | 15 | 0 | D | D2 | 3C | 45 |
| Octal | 200 | 260 | 337 | 53 | 25 | 0 | 15 | 322 | 74 | 105 |
| Binary | 10000000 | 10110000 | 11011111 | 101011 | 10101 | 0 | 1101 | 11010010 | 111100 | 1000101 |
Color Harmonies of #80B0DF
Complementary color
Monochromatic Colors of #80B0DF
Black with #80B0DF
Text Example
Text Example
White with #80B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B0DF; }
p { color: rgb(128,176,223); }
H1.HeaderClassName
{
color: #80B0DF;
}
.AnyTagClassName
{
color: #80B0DF;
}
</style>
background-color css
<style>
a { background-color: #80B0DF; }
a { background-color: rgb(128,176,223); }
div.DivClassName
{
background-color: #80B0DF;
}
.BgClassName
{
background-color: #80B0DF;
}
</style>
border-color css
<style>
span { border-color: #80B0DF; }
span { border-color: rgb(128,176,223); }
td.TdClassName
{
border-color: #80B0DF;
}
.TagClassName
{
border-color: #80B0DF;
}
</style>