Shades of Picton Blue #51A5CB
Tints of Picton Blue #51A5CB
RGB
CMYK
RGB Variations
Color information
#51A5CB (or 0x51A5CB) is known color: Picton Blue. HEX triplet: 51, A5 and CB. RGB value is (81,165,203). Sum of RGB (Red+Green+Blue) = 81+165+203=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #51A5CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A5CB is #AE5A34. Grayscale: #8F8F8F. Windows color (decimal): -11426357 or 13346129. OLE color: 13346129.
HSL color Cylindrical-coordinate representation of color #51A5CB: hue angle of 198.69º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A5CB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 165 | 203 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.20 |
| HSL | 198.69º | 0.54% | 0.56% | - |
| HSV(B) | 198.69º | 0.6% | 0.8% | - |
| XYZ | 27.63 | 32.97 | 61.41 | - |
| YUV | 144.22 | 161.17 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 165 | 203 | 0.60 | 0.19 | 0 | 0.20 | 198.69 | 0.54 | 0.56 |
| Hex | 51 | A5 | CB | 3C | 13 | 0 | 14 | C7 | 36 | 38 |
| Octal | 121 | 245 | 313 | 74 | 23 | 0 | 24 | 307 | 66 | 70 |
| Binary | 1010001 | 10100101 | 11001011 | 111100 | 10011 | 0 | 10100 | 11000111 | 110110 | 111000 |
Color Harmonies of #51A5CB
Complementary color
Monochromatic Colors of #51A5CB
Black with #51A5CB
Text Example
Text Example
White with #51A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A5CB; }
p { color: rgb(81,165,203); }
H1.HeaderClassName
{
color: #51A5CB;
}
.AnyTagClassName
{
color: #51A5CB;
}
</style>
background-color css
<style>
a { background-color: #51A5CB; }
a { background-color: rgb(81,165,203); }
div.DivClassName
{
background-color: #51A5CB;
}
.BgClassName
{
background-color: #51A5CB;
}
</style>
border-color css
<style>
span { border-color: #51A5CB; }
span { border-color: rgb(81,165,203); }
td.TdClassName
{
border-color: #51A5CB;
}
.TagClassName
{
border-color: #51A5CB;
}
</style>