Shades of Picton Blue #64ADCB
Tints of Picton Blue #64ADCB
RGB
CMYK
RGB Variations
Color information
#64ADCB (or 0x64ADCB) is known color: Picton Blue. HEX triplet: 64, AD and CB. RGB value is (100,173,203). Sum of RGB (Red+Green+Blue) = 100+173+203=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #64ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADCB is #9B5234. Grayscale: #9A9A9A. Windows color (decimal): -10179125 or 13348196. OLE color: 13348196.
HSL color Cylindrical-coordinate representation of color #64ADCB: hue angle of 197.48º 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 #64ADCB is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 173 | 203 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.20 |
| HSL | 197.48º | 0.5% | 0.59% | - |
| HSV(B) | 197.48º | 0.51% | 0.8% | - |
| XYZ | 30.98 | 36.91 | 61.99 | - |
| YUV | 154.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 203 | 0.51 | 0.15 | 0 | 0.20 | 197.48 | 0.5 | 0.59 |
| Hex | 64 | AD | CB | 33 | F | 0 | 14 | C5 | 32 | 3B |
| Octal | 144 | 255 | 313 | 63 | 17 | 0 | 24 | 305 | 62 | 73 |
| Binary | 1100100 | 10101101 | 11001011 | 110011 | 1111 | 0 | 10100 | 11000101 | 110010 | 111011 |
Color Harmonies of #64ADCB
Complementary color
Monochromatic Colors of #64ADCB
Black with #64ADCB
Text Example
Text Example
White with #64ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADCB; }
p { color: rgb(100,173,203); }
H1.HeaderClassName
{
color: #64ADCB;
}
.AnyTagClassName
{
color: #64ADCB;
}
</style>
background-color css
<style>
a { background-color: #64ADCB; }
a { background-color: rgb(100,173,203); }
div.DivClassName
{
background-color: #64ADCB;
}
.BgClassName
{
background-color: #64ADCB;
}
</style>
border-color css
<style>
span { border-color: #64ADCB; }
span { border-color: rgb(100,173,203); }
td.TdClassName
{
border-color: #64ADCB;
}
.TagClassName
{
border-color: #64ADCB;
}
</style>