Shades of Picton Blue #51AAE5
Tints of Picton Blue #51AAE5
RGB
CMYK
RGB Variations
Color information
#51AAE5 (or 0x51AAE5) is known color: Picton Blue. HEX triplet: 51, AA and E5. RGB value is (81,170,229). Sum of RGB (Red+Green+Blue) = 81+170+229=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #51AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AAE5 is #AE551A. Grayscale: #959595. Windows color (decimal): -11425051 or 15051345. OLE color: 15051345.
HSL color Cylindrical-coordinate representation of color #51AAE5: hue angle of 203.92º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51AAE5 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 170 | 229 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.10 |
| HSL | 203.92º | 0.74% | 0.61% | - |
| HSV(B) | 203.92º | 0.65% | 0.9% | - |
| XYZ | 31.91 | 36.16 | 79.43 | - |
| YUV | 150.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 170 | 229 | 0.65 | 0.26 | 0 | 0.10 | 203.92 | 0.74 | 0.61 |
| Hex | 51 | AA | E5 | 41 | 1A | 0 | A | CC | 4A | 3D |
| Octal | 121 | 252 | 345 | 101 | 32 | 0 | 12 | 314 | 112 | 75 |
| Binary | 1010001 | 10101010 | 11100101 | 1000001 | 11010 | 0 | 1010 | 11001100 | 1001010 | 111101 |
Color Harmonies of #51AAE5
Complementary color
Monochromatic Colors of #51AAE5
Black with #51AAE5
Text Example
Text Example
White with #51AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AAE5; }
p { color: rgb(81,170,229); }
H1.HeaderClassName
{
color: #51AAE5;
}
.AnyTagClassName
{
color: #51AAE5;
}
</style>
background-color css
<style>
a { background-color: #51AAE5; }
a { background-color: rgb(81,170,229); }
div.DivClassName
{
background-color: #51AAE5;
}
.BgClassName
{
background-color: #51AAE5;
}
</style>
border-color css
<style>
span { border-color: #51AAE5; }
span { border-color: rgb(81,170,229); }
td.TdClassName
{
border-color: #51AAE5;
}
.TagClassName
{
border-color: #51AAE5;
}
</style>