Shades of Viking #62BBCB
Tints of Viking #62BBCB
RGB
CMYK
RGB Variations
Color information
#62BBCB (or 0x62BBCB) is known color: Viking. HEX triplet: 62, BB and CB. RGB value is (98,187,203). Sum of RGB (Red+Green+Blue) = 98+187+203=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #62BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBCB is #9D4434. Grayscale: #A2A2A2. Windows color (decimal): -10306613 or 13351778. OLE color: 13351778.
HSL color Cylindrical-coordinate representation of color #62BBCB: hue angle of 189.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 #62BBCB is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 187 | 203 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.20 |
| HSL | 189.14º | 0.5% | 0.59% | - |
| HSV(B) | 189.14º | 0.52% | 0.8% | - |
| XYZ | 33.59 | 42.45 | 62.92 | - |
| YUV | 162.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 203 | 0.52 | 0.08 | 0 | 0.20 | 189.14 | 0.5 | 0.59 |
| Hex | 62 | BB | CB | 34 | 8 | 0 | 14 | BD | 32 | 3B |
| Octal | 142 | 273 | 313 | 64 | 10 | 0 | 24 | 275 | 62 | 73 |
| Binary | 1100010 | 10111011 | 11001011 | 110100 | 1000 | 0 | 10100 | 10111101 | 110010 | 111011 |
Color Harmonies of #62BBCB
Complementary color
Monochromatic Colors of #62BBCB
Black with #62BBCB
Text Example
Text Example
White with #62BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBCB; }
p { color: rgb(98,187,203); }
H1.HeaderClassName
{
color: #62BBCB;
}
.AnyTagClassName
{
color: #62BBCB;
}
</style>
background-color css
<style>
a { background-color: #62BBCB; }
a { background-color: rgb(98,187,203); }
div.DivClassName
{
background-color: #62BBCB;
}
.BgClassName
{
background-color: #62BBCB;
}
</style>
border-color css
<style>
span { border-color: #62BBCB; }
span { border-color: rgb(98,187,203); }
td.TdClassName
{
border-color: #62BBCB;
}
.TagClassName
{
border-color: #62BBCB;
}
</style>