Shades of Viking #62B2CA
Tints of Viking #62B2CA
RGB
CMYK
RGB Variations
Color information
#62B2CA (or 0x62B2CA) is known color: Viking. HEX triplet: 62, B2 and CA. RGB value is (98,178,202). Sum of RGB (Red+Green+Blue) = 98+178+202=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #62B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62B2CA is #9D4D35. Grayscale: #9C9C9C. Windows color (decimal): -10308918 or 13283938. OLE color: 13283938.
HSL color Cylindrical-coordinate representation of color #62B2CA: hue angle of 193.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62B2CA is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 178 | 202 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.21 |
| HSL | 193.85º | 0.5% | 0.59% | - |
| HSV(B) | 193.85º | 0.51% | 0.79% | - |
| XYZ | 31.62 | 38.7 | 61.68 | - |
| YUV | 156.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 202 | 0.51 | 0.12 | 0 | 0.21 | 193.85 | 0.5 | 0.59 |
| Hex | 62 | B2 | CA | 33 | C | 0 | 15 | C2 | 32 | 3B |
| Octal | 142 | 262 | 312 | 63 | 14 | 0 | 25 | 302 | 62 | 73 |
| Binary | 1100010 | 10110010 | 11001010 | 110011 | 1100 | 0 | 10101 | 11000010 | 110010 | 111011 |
Color Harmonies of #62B2CA
Complementary color
Monochromatic Colors of #62B2CA
Black with #62B2CA
Text Example
Text Example
White with #62B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B2CA; }
p { color: rgb(98,178,202); }
H1.HeaderClassName
{
color: #62B2CA;
}
.AnyTagClassName
{
color: #62B2CA;
}
</style>
background-color css
<style>
a { background-color: #62B2CA; }
a { background-color: rgb(98,178,202); }
div.DivClassName
{
background-color: #62B2CA;
}
.BgClassName
{
background-color: #62B2CA;
}
</style>
border-color css
<style>
span { border-color: #62B2CA; }
span { border-color: rgb(98,178,202); }
td.TdClassName
{
border-color: #62B2CA;
}
.TagClassName
{
border-color: #62B2CA;
}
</style>