Shades of Picton Blue #51A4CA
Tints of Picton Blue #51A4CA
RGB
CMYK
RGB Variations
Color information
#51A4CA (or 0x51A4CA) is known color: Picton Blue. HEX triplet: 51, A4 and CA. RGB value is (81,164,202). Sum of RGB (Red+Green+Blue) = 81+164+202=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #51A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A4CA is #AE5B35. Grayscale: #8F8F8F. Windows color (decimal): -11426614 or 13280337. OLE color: 13280337.
HSL color Cylindrical-coordinate representation of color #51A4CA: hue angle of 198.84º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A4CA is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 164 | 202 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.21 |
| HSL | 198.84º | 0.53% | 0.55% | - |
| HSV(B) | 198.84º | 0.6% | 0.79% | - |
| XYZ | 27.33 | 32.56 | 60.72 | - |
| YUV | 143.52 | 161 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 164 | 202 | 0.60 | 0.19 | 0 | 0.21 | 198.84 | 0.53 | 0.55 |
| Hex | 51 | A4 | CA | 3C | 13 | 0 | 15 | C7 | 35 | 37 |
| Octal | 121 | 244 | 312 | 74 | 23 | 0 | 25 | 307 | 65 | 67 |
| Binary | 1010001 | 10100100 | 11001010 | 111100 | 10011 | 0 | 10101 | 11000111 | 110101 | 110111 |
Color Harmonies of #51A4CA
Complementary color
Monochromatic Colors of #51A4CA
Black with #51A4CA
Text Example
Text Example
White with #51A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A4CA; }
p { color: rgb(81,164,202); }
H1.HeaderClassName
{
color: #51A4CA;
}
.AnyTagClassName
{
color: #51A4CA;
}
</style>
background-color css
<style>
a { background-color: #51A4CA; }
a { background-color: rgb(81,164,202); }
div.DivClassName
{
background-color: #51A4CA;
}
.BgClassName
{
background-color: #51A4CA;
}
</style>
border-color css
<style>
span { border-color: #51A4CA; }
span { border-color: rgb(81,164,202); }
td.TdClassName
{
border-color: #51A4CA;
}
.TagClassName
{
border-color: #51A4CA;
}
</style>