Shades of Picton Blue #65AAC8
Tints of Picton Blue #65AAC8
RGB
CMYK
RGB Variations
Color information
#65AAC8 (or 0x65AAC8) is known color: Picton Blue. HEX triplet: 65, AA and C8. RGB value is (101,170,200). Sum of RGB (Red+Green+Blue) = 101+170+200=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #65AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AAC8 is #9A5537. Grayscale: #989898. Windows color (decimal): -10114360 or 13150821. OLE color: 13150821.
HSL color Cylindrical-coordinate representation of color #65AAC8: hue angle of 198.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65AAC8 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 170 | 200 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.22 |
| HSL | 198.18º | 0.47% | 0.59% | - |
| HSV(B) | 198.18º | 0.5% | 0.78% | - |
| XYZ | 30.17 | 35.69 | 59.94 | - |
| YUV | 152.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 200 | 0.49 | 0.15 | 0 | 0.22 | 198.18 | 0.47 | 0.59 |
| Hex | 65 | AA | C8 | 31 | F | 0 | 16 | C6 | 2F | 3B |
| Octal | 145 | 252 | 310 | 61 | 17 | 0 | 26 | 306 | 57 | 73 |
| Binary | 1100101 | 10101010 | 11001000 | 110001 | 1111 | 0 | 10110 | 11000110 | 101111 | 111011 |
Color Harmonies of #65AAC8
Complementary color
Monochromatic Colors of #65AAC8
Black with #65AAC8
Text Example
Text Example
White with #65AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AAC8; }
p { color: rgb(101,170,200); }
H1.HeaderClassName
{
color: #65AAC8;
}
.AnyTagClassName
{
color: #65AAC8;
}
</style>
background-color css
<style>
a { background-color: #65AAC8; }
a { background-color: rgb(101,170,200); }
div.DivClassName
{
background-color: #65AAC8;
}
.BgClassName
{
background-color: #65AAC8;
}
</style>
border-color css
<style>
span { border-color: #65AAC8; }
span { border-color: rgb(101,170,200); }
td.TdClassName
{
border-color: #65AAC8;
}
.TagClassName
{
border-color: #65AAC8;
}
</style>