Shades of Jordy Blue #71B0DF
Tints of Jordy Blue #71B0DF
RGB
CMYK
RGB Variations
Color information
#71B0DF (or 0x71B0DF) is known color: Jordy Blue. HEX triplet: 71, B0 and DF. RGB value is (113,176,223). Sum of RGB (Red+Green+Blue) = 113+176+223=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #71B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B0DF is #8E4F20. Grayscale: #A2A2A2. Windows color (decimal): -9326369 or 14659697. OLE color: 14659697.
HSL color Cylindrical-coordinate representation of color #71B0DF: hue angle of 205.64º 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 #71B0DF is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 176 | 223 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.13 |
| HSL | 205.64º | 0.63% | 0.66% | - |
| HSV(B) | 205.64º | 0.49% | 0.87% | - |
| XYZ | 35.65 | 39.89 | 75.63 | - |
| YUV | 162.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 176 | 223 | 0.49 | 0.21 | 0 | 0.13 | 205.64 | 0.63 | 0.66 |
| Hex | 71 | B0 | DF | 31 | 15 | 0 | D | CE | 3F | 42 |
| Octal | 161 | 260 | 337 | 61 | 25 | 0 | 15 | 316 | 77 | 102 |
| Binary | 1110001 | 10110000 | 11011111 | 110001 | 10101 | 0 | 1101 | 11001110 | 111111 | 1000010 |
Color Harmonies of #71B0DF
Complementary color
Monochromatic Colors of #71B0DF
Black with #71B0DF
Text Example
Text Example
White with #71B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B0DF; }
p { color: rgb(113,176,223); }
H1.HeaderClassName
{
color: #71B0DF;
}
.AnyTagClassName
{
color: #71B0DF;
}
</style>
background-color css
<style>
a { background-color: #71B0DF; }
a { background-color: rgb(113,176,223); }
div.DivClassName
{
background-color: #71B0DF;
}
.BgClassName
{
background-color: #71B0DF;
}
</style>
border-color css
<style>
span { border-color: #71B0DF; }
span { border-color: rgb(113,176,223); }
td.TdClassName
{
border-color: #71B0DF;
}
.TagClassName
{
border-color: #71B0DF;
}
</style>