Shades of Picton Blue #53ACD4
Tints of Picton Blue #53ACD4
RGB
CMYK
RGB Variations
Color information
#53ACD4 (or 0x53ACD4) is known color: Picton Blue. HEX triplet: 53, AC and D4. RGB value is (83,172,212). Sum of RGB (Red+Green+Blue) = 83+172+212=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #53ACD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACD4 is #AC532B. Grayscale: #959595. Windows color (decimal): -11293484 or 13937747. OLE color: 13937747.
HSL color Cylindrical-coordinate representation of color #53ACD4: hue angle of 198.6º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53ACD4 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 172 | 212 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.17 |
| HSL | 198.6º | 0.6% | 0.58% | - |
| HSV(B) | 198.6º | 0.61% | 0.83% | - |
| XYZ | 30.2 | 36.1 | 67.66 | - |
| YUV | 149.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 212 | 0.61 | 0.19 | 0 | 0.17 | 198.6 | 0.6 | 0.58 |
| Hex | 53 | AC | D4 | 3D | 13 | 0 | 11 | C7 | 3C | 3A |
| Octal | 123 | 254 | 324 | 75 | 23 | 0 | 21 | 307 | 74 | 72 |
| Binary | 1010011 | 10101100 | 11010100 | 111101 | 10011 | 0 | 10001 | 11000111 | 111100 | 111010 |
Color Harmonies of #53ACD4
Complementary color
Monochromatic Colors of #53ACD4
Black with #53ACD4
Text Example
Text Example
White with #53ACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ACD4; }
p { color: rgb(83,172,212); }
H1.HeaderClassName
{
color: #53ACD4;
}
.AnyTagClassName
{
color: #53ACD4;
}
</style>
background-color css
<style>
a { background-color: #53ACD4; }
a { background-color: rgb(83,172,212); }
div.DivClassName
{
background-color: #53ACD4;
}
.BgClassName
{
background-color: #53ACD4;
}
</style>
border-color css
<style>
span { border-color: #53ACD4; }
span { border-color: rgb(83,172,212); }
td.TdClassName
{
border-color: #53ACD4;
}
.TagClassName
{
border-color: #53ACD4;
}
</style>