Shades of Jordy Blue #80B2DF
Tints of Jordy Blue #80B2DF
RGB
CMYK
RGB Variations
Color information
#80B2DF (or 0x80B2DF) is known color: Jordy Blue. HEX triplet: 80, B2 and DF. RGB value is (128,178,223). Sum of RGB (Red+Green+Blue) = 128+178+223=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #80B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2DF is #7F4D20. Grayscale: #A7A7A7. Windows color (decimal): -8342817 or 14660224. OLE color: 14660224.
HSL color Cylindrical-coordinate representation of color #80B2DF: hue angle of 208.42º 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 #80B2DF is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 178 | 223 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.13 |
| HSL | 208.42º | 0.6% | 0.69% | - |
| HSV(B) | 208.42º | 0.43% | 0.87% | - |
| XYZ | 38.14 | 41.76 | 75.86 | - |
| YUV | 168.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 223 | 0.43 | 0.20 | 0 | 0.13 | 208.42 | 0.6 | 0.69 |
| Hex | 80 | B2 | DF | 2B | 14 | 0 | D | D0 | 3C | 45 |
| Octal | 200 | 262 | 337 | 53 | 24 | 0 | 15 | 320 | 74 | 105 |
| Binary | 10000000 | 10110010 | 11011111 | 101011 | 10100 | 0 | 1101 | 11010000 | 111100 | 1000101 |
Color Harmonies of #80B2DF
Complementary color
Monochromatic Colors of #80B2DF
Black with #80B2DF
Text Example
Text Example
White with #80B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B2DF; }
p { color: rgb(128,178,223); }
H1.HeaderClassName
{
color: #80B2DF;
}
.AnyTagClassName
{
color: #80B2DF;
}
</style>
background-color css
<style>
a { background-color: #80B2DF; }
a { background-color: rgb(128,178,223); }
div.DivClassName
{
background-color: #80B2DF;
}
.BgClassName
{
background-color: #80B2DF;
}
</style>
border-color css
<style>
span { border-color: #80B2DF; }
span { border-color: rgb(128,178,223); }
td.TdClassName
{
border-color: #80B2DF;
}
.TagClassName
{
border-color: #80B2DF;
}
</style>