Shades of Picton Blue #62ADCB
Tints of Picton Blue #62ADCB
RGB
CMYK
RGB Variations
Color information
#62ADCB (or 0x62ADCB) is known color: Picton Blue. HEX triplet: 62, AD and CB. RGB value is (98,173,203). Sum of RGB (Red+Green+Blue) = 98+173+203=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 173 (67.97% from 255 or 36.50% 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 #62ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADCB is #9D5234. Grayscale: #999999. Windows color (decimal): -10310197 or 13348194. OLE color: 13348194.
HSL color Cylindrical-coordinate representation of color #62ADCB: hue angle of 197.14º 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 #62ADCB is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 173 | 203 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.20 |
| HSL | 197.14º | 0.5% | 0.59% | - |
| HSV(B) | 197.14º | 0.52% | 0.8% | - |
| XYZ | 30.76 | 36.8 | 61.98 | - |
| YUV | 154 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 203 | 0.52 | 0.15 | 0 | 0.20 | 197.14 | 0.5 | 0.59 |
| Hex | 62 | AD | CB | 34 | F | 0 | 14 | C5 | 32 | 3B |
| Octal | 142 | 255 | 313 | 64 | 17 | 0 | 24 | 305 | 62 | 73 |
| Binary | 1100010 | 10101101 | 11001011 | 110100 | 1111 | 0 | 10100 | 11000101 | 110010 | 111011 |
Color Harmonies of #62ADCB
Complementary color
Monochromatic Colors of #62ADCB
Black with #62ADCB
Text Example
Text Example
White with #62ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADCB; }
p { color: rgb(98,173,203); }
H1.HeaderClassName
{
color: #62ADCB;
}
.AnyTagClassName
{
color: #62ADCB;
}
</style>
background-color css
<style>
a { background-color: #62ADCB; }
a { background-color: rgb(98,173,203); }
div.DivClassName
{
background-color: #62ADCB;
}
.BgClassName
{
background-color: #62ADCB;
}
</style>
border-color css
<style>
span { border-color: #62ADCB; }
span { border-color: rgb(98,173,203); }
td.TdClassName
{
border-color: #62ADCB;
}
.TagClassName
{
border-color: #62ADCB;
}
</style>