Shades of Jordy Blue #71AFDF
Tints of Jordy Blue #71AFDF
RGB
CMYK
RGB Variations
Color information
#71AFDF (or 0x71AFDF) is known color: Jordy Blue. HEX triplet: 71, AF and DF. RGB value is (113,175,223). Sum of RGB (Red+Green+Blue) = 113+175+223=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #71AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71AFDF is #8E5020. Grayscale: #A1A1A1. Windows color (decimal): -9326625 or 14659441. OLE color: 14659441.
HSL color Cylindrical-coordinate representation of color #71AFDF: hue angle of 206.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71AFDF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 175 | 223 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.13 |
| HSL | 206.18º | 0.63% | 0.66% | - |
| HSV(B) | 206.18º | 0.49% | 0.87% | - |
| XYZ | 35.46 | 39.5 | 75.57 | - |
| YUV | 161.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 175 | 223 | 0.49 | 0.22 | 0 | 0.13 | 206.18 | 0.63 | 0.66 |
| Hex | 71 | AF | DF | 31 | 16 | 0 | D | CE | 3F | 42 |
| Octal | 161 | 257 | 337 | 61 | 26 | 0 | 15 | 316 | 77 | 102 |
| Binary | 1110001 | 10101111 | 11011111 | 110001 | 10110 | 0 | 1101 | 11001110 | 111111 | 1000010 |
Color Harmonies of #71AFDF
Complementary color
Monochromatic Colors of #71AFDF
Black with #71AFDF
Text Example
Text Example
White with #71AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AFDF; }
p { color: rgb(113,175,223); }
H1.HeaderClassName
{
color: #71AFDF;
}
.AnyTagClassName
{
color: #71AFDF;
}
</style>
background-color css
<style>
a { background-color: #71AFDF; }
a { background-color: rgb(113,175,223); }
div.DivClassName
{
background-color: #71AFDF;
}
.BgClassName
{
background-color: #71AFDF;
}
</style>
border-color css
<style>
span { border-color: #71AFDF; }
span { border-color: rgb(113,175,223); }
td.TdClassName
{
border-color: #71AFDF;
}
.TagClassName
{
border-color: #71AFDF;
}
</style>