Shades of Picton Blue #71A1CB
Tints of Picton Blue #71A1CB
RGB
CMYK
RGB Variations
Color information
#71A1CB (or 0x71A1CB) is known color: Picton Blue. HEX triplet: 71, A1 and CB. RGB value is (113,161,203). Sum of RGB (Red+Green+Blue) = 113+161+203=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #71A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71A1CB is #8E5E34. Grayscale: #979797. Windows color (decimal): -9330229 or 13345137. OLE color: 13345137.
HSL color Cylindrical-coordinate representation of color #71A1CB: hue angle of 208º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71A1CB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 161 | 203 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.20 |
| HSL | 208º | 0.46% | 0.62% | - |
| HSV(B) | 208º | 0.44% | 0.8% | - |
| XYZ | 30.33 | 33.31 | 61.33 | - |
| YUV | 151.44 | 157.1 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 161 | 203 | 0.44 | 0.21 | 0 | 0.20 | 208 | 0.46 | 0.62 |
| Hex | 71 | A1 | CB | 2C | 15 | 0 | 14 | D0 | 2E | 3E |
| Octal | 161 | 241 | 313 | 54 | 25 | 0 | 24 | 320 | 56 | 76 |
| Binary | 1110001 | 10100001 | 11001011 | 101100 | 10101 | 0 | 10100 | 11010000 | 101110 | 111110 |
Color Harmonies of #71A1CB
Complementary color
Monochromatic Colors of #71A1CB
Black with #71A1CB
Text Example
Text Example
White with #71A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A1CB; }
p { color: rgb(113,161,203); }
H1.HeaderClassName
{
color: #71A1CB;
}
.AnyTagClassName
{
color: #71A1CB;
}
</style>
background-color css
<style>
a { background-color: #71A1CB; }
a { background-color: rgb(113,161,203); }
div.DivClassName
{
background-color: #71A1CB;
}
.BgClassName
{
background-color: #71A1CB;
}
</style>
border-color css
<style>
span { border-color: #71A1CB; }
span { border-color: rgb(113,161,203); }
td.TdClassName
{
border-color: #71A1CB;
}
.TagClassName
{
border-color: #71A1CB;
}
</style>