Shades of Picton Blue #51A8CF
Tints of Picton Blue #51A8CF
RGB
CMYK
RGB Variations
Color information
#51A8CF (or 0x51A8CF) is known color: Picton Blue. HEX triplet: 51, A8 and CF. RGB value is (81,168,207). Sum of RGB (Red+Green+Blue) = 81+168+207=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #51A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A8CF is #AE5730. Grayscale: #929292. Windows color (decimal): -11425585 or 13609041. OLE color: 13609041.
HSL color Cylindrical-coordinate representation of color #51A8CF: hue angle of 198.57º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51A8CF is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 168 | 207 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.19 |
| HSL | 198.57º | 0.57% | 0.56% | - |
| HSV(B) | 198.57º | 0.61% | 0.81% | - |
| XYZ | 28.66 | 34.26 | 64.13 | - |
| YUV | 146.43 | 162.18 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 207 | 0.61 | 0.19 | 0 | 0.19 | 198.57 | 0.57 | 0.56 |
| Hex | 51 | A8 | CF | 3D | 13 | 0 | 13 | C7 | 39 | 38 |
| Octal | 121 | 250 | 317 | 75 | 23 | 0 | 23 | 307 | 71 | 70 |
| Binary | 1010001 | 10101000 | 11001111 | 111101 | 10011 | 0 | 10011 | 11000111 | 111001 | 111000 |
Color Harmonies of #51A8CF
Complementary color
Monochromatic Colors of #51A8CF
Black with #51A8CF
Text Example
Text Example
White with #51A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8CF; }
p { color: rgb(81,168,207); }
H1.HeaderClassName
{
color: #51A8CF;
}
.AnyTagClassName
{
color: #51A8CF;
}
</style>
background-color css
<style>
a { background-color: #51A8CF; }
a { background-color: rgb(81,168,207); }
div.DivClassName
{
background-color: #51A8CF;
}
.BgClassName
{
background-color: #51A8CF;
}
</style>
border-color css
<style>
span { border-color: #51A8CF; }
span { border-color: rgb(81,168,207); }
td.TdClassName
{
border-color: #51A8CF;
}
.TagClassName
{
border-color: #51A8CF;
}
</style>