Shades of Picton Blue #53AEDB
Tints of Picton Blue #53AEDB
RGB
CMYK
RGB Variations
Color information
#53AEDB (or 0x53AEDB) is known color: Picton Blue. HEX triplet: 53, AE and DB. RGB value is (83,174,219). Sum of RGB (Red+Green+Blue) = 83+174+219=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #53AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AEDB is #AC5124. Grayscale: #979797. Windows color (decimal): -11292965 or 14397011. OLE color: 14397011.
HSL color Cylindrical-coordinate representation of color #53AEDB: hue angle of 199.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53AEDB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 174 | 219 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.14 |
| HSL | 199.85º | 0.65% | 0.59% | - |
| HSV(B) | 199.85º | 0.62% | 0.86% | - |
| XYZ | 31.49 | 37.23 | 72.54 | - |
| YUV | 151.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 174 | 219 | 0.62 | 0.21 | 0 | 0.14 | 199.85 | 0.65 | 0.59 |
| Hex | 53 | AE | DB | 3E | 15 | 0 | E | C8 | 41 | 3B |
| Octal | 123 | 256 | 333 | 76 | 25 | 0 | 16 | 310 | 101 | 73 |
| Binary | 1010011 | 10101110 | 11011011 | 111110 | 10101 | 0 | 1110 | 11001000 | 1000001 | 111011 |
Color Harmonies of #53AEDB
Complementary color
Monochromatic Colors of #53AEDB
Black with #53AEDB
Text Example
Text Example
White with #53AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AEDB; }
p { color: rgb(83,174,219); }
H1.HeaderClassName
{
color: #53AEDB;
}
.AnyTagClassName
{
color: #53AEDB;
}
</style>
background-color css
<style>
a { background-color: #53AEDB; }
a { background-color: rgb(83,174,219); }
div.DivClassName
{
background-color: #53AEDB;
}
.BgClassName
{
background-color: #53AEDB;
}
</style>
border-color css
<style>
span { border-color: #53AEDB; }
span { border-color: rgb(83,174,219); }
td.TdClassName
{
border-color: #53AEDB;
}
.TagClassName
{
border-color: #53AEDB;
}
</style>