Shades of Picton Blue #65ADCF
Tints of Picton Blue #65ADCF
RGB
CMYK
RGB Variations
Color information
#65ADCF (or 0x65ADCF) is known color: Picton Blue. HEX triplet: 65, AD and CF. RGB value is (101,173,207). Sum of RGB (Red+Green+Blue) = 101+173+207=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #65ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADCF is #9A5230. Grayscale: #9B9B9B. Windows color (decimal): -10113585 or 13610341. OLE color: 13610341.
HSL color Cylindrical-coordinate representation of color #65ADCF: hue angle of 199.25º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65ADCF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 173 | 207 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.19 |
| HSL | 199.25º | 0.52% | 0.6% | - |
| HSV(B) | 199.25º | 0.51% | 0.81% | - |
| XYZ | 31.57 | 37.16 | 64.54 | - |
| YUV | 155.35 | 157.15 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 207 | 0.51 | 0.16 | 0 | 0.19 | 199.25 | 0.52 | 0.6 |
| Hex | 65 | AD | CF | 33 | 10 | 0 | 13 | C7 | 34 | 3C |
| Octal | 145 | 255 | 317 | 63 | 20 | 0 | 23 | 307 | 64 | 74 |
| Binary | 1100101 | 10101101 | 11001111 | 110011 | 10000 | 0 | 10011 | 11000111 | 110100 | 111100 |
Color Harmonies of #65ADCF
Complementary color
Monochromatic Colors of #65ADCF
Black with #65ADCF
Text Example
Text Example
White with #65ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADCF; }
p { color: rgb(101,173,207); }
H1.HeaderClassName
{
color: #65ADCF;
}
.AnyTagClassName
{
color: #65ADCF;
}
</style>
background-color css
<style>
a { background-color: #65ADCF; }
a { background-color: rgb(101,173,207); }
div.DivClassName
{
background-color: #65ADCF;
}
.BgClassName
{
background-color: #65ADCF;
}
</style>
border-color css
<style>
span { border-color: #65ADCF; }
span { border-color: rgb(101,173,207); }
td.TdClassName
{
border-color: #65ADCF;
}
.TagClassName
{
border-color: #65ADCF;
}
</style>