Shades of Picton Blue #62ABCB
Tints of Picton Blue #62ABCB
RGB
CMYK
RGB Variations
Color information
#62ABCB (or 0x62ABCB) is known color: Picton Blue. HEX triplet: 62, AB and CB. RGB value is (98,171,203). Sum of RGB (Red+Green+Blue) = 98+171+203=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #62ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ABCB is #9D5434. Grayscale: #989898. Windows color (decimal): -10310709 or 13347682. OLE color: 13347682.
HSL color Cylindrical-coordinate representation of color #62ABCB: hue angle of 198.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62ABCB is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 171 | 203 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.20 |
| HSL | 198.29º | 0.5% | 0.59% | - |
| HSV(B) | 198.29º | 0.52% | 0.8% | - |
| XYZ | 30.38 | 36.03 | 61.85 | - |
| YUV | 152.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 203 | 0.52 | 0.16 | 0 | 0.20 | 198.29 | 0.5 | 0.59 |
| Hex | 62 | AB | CB | 34 | 10 | 0 | 14 | C6 | 32 | 3B |
| Octal | 142 | 253 | 313 | 64 | 20 | 0 | 24 | 306 | 62 | 73 |
| Binary | 1100010 | 10101011 | 11001011 | 110100 | 10000 | 0 | 10100 | 11000110 | 110010 | 111011 |
Color Harmonies of #62ABCB
Complementary color
Monochromatic Colors of #62ABCB
Black with #62ABCB
Text Example
Text Example
White with #62ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ABCB; }
p { color: rgb(98,171,203); }
H1.HeaderClassName
{
color: #62ABCB;
}
.AnyTagClassName
{
color: #62ABCB;
}
</style>
background-color css
<style>
a { background-color: #62ABCB; }
a { background-color: rgb(98,171,203); }
div.DivClassName
{
background-color: #62ABCB;
}
.BgClassName
{
background-color: #62ABCB;
}
</style>
border-color css
<style>
span { border-color: #62ABCB; }
span { border-color: rgb(98,171,203); }
td.TdClassName
{
border-color: #62ABCB;
}
.TagClassName
{
border-color: #62ABCB;
}
</style>