Shades of Viking #62BECB
Tints of Viking #62BECB
RGB
CMYK
RGB Variations
Color information
#62BECB (or 0x62BECB) is known color: Viking. HEX triplet: 62, BE and CB. RGB value is (98,190,203). Sum of RGB (Red+Green+Blue) = 98+190+203=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #62BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BECB is #9D4134. Grayscale: #A3A3A3. Windows color (decimal): -10305845 or 13352546. OLE color: 13352546.
HSL color Cylindrical-coordinate representation of color #62BECB: hue angle of 187.43º 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 #62BECB is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 190 | 203 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.20 |
| HSL | 187.43º | 0.5% | 0.59% | - |
| HSV(B) | 187.43º | 0.52% | 0.8% | - |
| XYZ | 34.23 | 43.74 | 63.14 | - |
| YUV | 163.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 190 | 203 | 0.52 | 0.06 | 0 | 0.20 | 187.43 | 0.5 | 0.59 |
| Hex | 62 | BE | CB | 34 | 6 | 0 | 14 | BB | 32 | 3B |
| Octal | 142 | 276 | 313 | 64 | 6 | 0 | 24 | 273 | 62 | 73 |
| Binary | 1100010 | 10111110 | 11001011 | 110100 | 110 | 0 | 10100 | 10111011 | 110010 | 111011 |
Color Harmonies of #62BECB
Complementary color
Monochromatic Colors of #62BECB
Black with #62BECB
Text Example
Text Example
White with #62BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BECB; }
p { color: rgb(98,190,203); }
H1.HeaderClassName
{
color: #62BECB;
}
.AnyTagClassName
{
color: #62BECB;
}
</style>
background-color css
<style>
a { background-color: #62BECB; }
a { background-color: rgb(98,190,203); }
div.DivClassName
{
background-color: #62BECB;
}
.BgClassName
{
background-color: #62BECB;
}
</style>
border-color css
<style>
span { border-color: #62BECB; }
span { border-color: rgb(98,190,203); }
td.TdClassName
{
border-color: #62BECB;
}
.TagClassName
{
border-color: #62BECB;
}
</style>