Shades of Picton Blue #54A3CF
Tints of Picton Blue #54A3CF
RGB
CMYK
RGB Variations
Color information
#54A3CF (or 0x54A3CF) is known color: Picton Blue. HEX triplet: 54, A3 and CF. RGB value is (84,163,207). Sum of RGB (Red+Green+Blue) = 84+163+207=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #54A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A3CF is #AB5C30. Grayscale: #909090. Windows color (decimal): -11230257 or 13607764. OLE color: 13607764.
HSL color Cylindrical-coordinate representation of color #54A3CF: hue angle of 201.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A3CF is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 163 | 207 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.19 |
| HSL | 201.46º | 0.56% | 0.57% | - |
| HSV(B) | 201.46º | 0.59% | 0.81% | - |
| XYZ | 28.02 | 32.58 | 63.84 | - |
| YUV | 144.4 | 163.33 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 207 | 0.59 | 0.21 | 0 | 0.19 | 201.46 | 0.56 | 0.57 |
| Hex | 54 | A3 | CF | 3B | 15 | 0 | 13 | C9 | 38 | 39 |
| Octal | 124 | 243 | 317 | 73 | 25 | 0 | 23 | 311 | 70 | 71 |
| Binary | 1010100 | 10100011 | 11001111 | 111011 | 10101 | 0 | 10011 | 11001001 | 111000 | 111001 |
Color Harmonies of #54A3CF
Complementary color
Monochromatic Colors of #54A3CF
Black with #54A3CF
Text Example
Text Example
White with #54A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A3CF; }
p { color: rgb(84,163,207); }
H1.HeaderClassName
{
color: #54A3CF;
}
.AnyTagClassName
{
color: #54A3CF;
}
</style>
background-color css
<style>
a { background-color: #54A3CF; }
a { background-color: rgb(84,163,207); }
div.DivClassName
{
background-color: #54A3CF;
}
.BgClassName
{
background-color: #54A3CF;
}
</style>
border-color css
<style>
span { border-color: #54A3CF; }
span { border-color: rgb(84,163,207); }
td.TdClassName
{
border-color: #54A3CF;
}
.TagClassName
{
border-color: #54A3CF;
}
</style>