Shades of Picton Blue #64ABCB
Tints of Picton Blue #64ABCB
RGB
CMYK
RGB Variations
Color information
#64ABCB (or 0x64ABCB) is known color: Picton Blue. HEX triplet: 64, AB and CB. RGB value is (100,171,203). Sum of RGB (Red+Green+Blue) = 100+171+203=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #64ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABCB is #9B5434. Grayscale: #999999. Windows color (decimal): -10179637 or 13347684. OLE color: 13347684.
HSL color Cylindrical-coordinate representation of color #64ABCB: hue angle of 198.64º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64ABCB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 171 | 203 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.20 |
| HSL | 198.64º | 0.5% | 0.59% | - |
| HSV(B) | 198.64º | 0.51% | 0.8% | - |
| XYZ | 30.6 | 36.15 | 61.86 | - |
| YUV | 153.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 203 | 0.51 | 0.16 | 0 | 0.20 | 198.64 | 0.5 | 0.59 |
| Hex | 64 | AB | CB | 33 | 10 | 0 | 14 | C7 | 32 | 3B |
| Octal | 144 | 253 | 313 | 63 | 20 | 0 | 24 | 307 | 62 | 73 |
| Binary | 1100100 | 10101011 | 11001011 | 110011 | 10000 | 0 | 10100 | 11000111 | 110010 | 111011 |
Color Harmonies of #64ABCB
Complementary color
Monochromatic Colors of #64ABCB
Black with #64ABCB
Text Example
Text Example
White with #64ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABCB; }
p { color: rgb(100,171,203); }
H1.HeaderClassName
{
color: #64ABCB;
}
.AnyTagClassName
{
color: #64ABCB;
}
</style>
background-color css
<style>
a { background-color: #64ABCB; }
a { background-color: rgb(100,171,203); }
div.DivClassName
{
background-color: #64ABCB;
}
.BgClassName
{
background-color: #64ABCB;
}
</style>
border-color css
<style>
span { border-color: #64ABCB; }
span { border-color: rgb(100,171,203); }
td.TdClassName
{
border-color: #64ABCB;
}
.TagClassName
{
border-color: #64ABCB;
}
</style>