Shades of Viking #62B8CB
Tints of Viking #62B8CB
RGB
CMYK
RGB Variations
Color information
#62B8CB (or 0x62B8CB) is known color: Viking. HEX triplet: 62, B8 and CB. RGB value is (98,184,203). Sum of RGB (Red+Green+Blue) = 98+184+203=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #62B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62B8CB is #9D4734. Grayscale: #A0A0A0. Windows color (decimal): -10307381 or 13351010. OLE color: 13351010.
HSL color Cylindrical-coordinate representation of color #62B8CB: hue angle of 190.86º 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 #62B8CB is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 184 | 203 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.20 |
| HSL | 190.86º | 0.5% | 0.59% | - |
| HSV(B) | 190.86º | 0.52% | 0.8% | - |
| XYZ | 32.96 | 41.19 | 62.71 | - |
| YUV | 160.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 203 | 0.52 | 0.09 | 0 | 0.20 | 190.86 | 0.5 | 0.59 |
| Hex | 62 | B8 | CB | 34 | 9 | 0 | 14 | BF | 32 | 3B |
| Octal | 142 | 270 | 313 | 64 | 11 | 0 | 24 | 277 | 62 | 73 |
| Binary | 1100010 | 10111000 | 11001011 | 110100 | 1001 | 0 | 10100 | 10111111 | 110010 | 111011 |
Color Harmonies of #62B8CB
Complementary color
Monochromatic Colors of #62B8CB
Black with #62B8CB
Text Example
Text Example
White with #62B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B8CB; }
p { color: rgb(98,184,203); }
H1.HeaderClassName
{
color: #62B8CB;
}
.AnyTagClassName
{
color: #62B8CB;
}
</style>
background-color css
<style>
a { background-color: #62B8CB; }
a { background-color: rgb(98,184,203); }
div.DivClassName
{
background-color: #62B8CB;
}
.BgClassName
{
background-color: #62B8CB;
}
</style>
border-color css
<style>
span { border-color: #62B8CB; }
span { border-color: rgb(98,184,203); }
td.TdClassName
{
border-color: #62B8CB;
}
.TagClassName
{
border-color: #62B8CB;
}
</style>