Shades of Viking #57C1CF
Tints of Viking #57C1CF
RGB
CMYK
RGB Variations
Color information
#57C1CF (or 0x57C1CF) is known color: Viking. HEX triplet: 57, C1 and CF. RGB value is (87,193,207). Sum of RGB (Red+Green+Blue) = 87+193+207=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #57C1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C1CF is #A83E30. Grayscale: #A2A2A2. Windows color (decimal): -11025969 or 13615447. OLE color: 13615447.
HSL color Cylindrical-coordinate representation of color #57C1CF: hue angle of 187º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57C1CF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 193 | 207 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.19 |
| HSL | 187º | 0.56% | 0.58% | - |
| HSV(B) | 187º | 0.58% | 0.81% | - |
| XYZ | 34.26 | 44.67 | 65.85 | - |
| YUV | 162.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 193 | 207 | 0.58 | 0.07 | 0 | 0.19 | 187 | 0.56 | 0.58 |
| Hex | 57 | C1 | CF | 3A | 7 | 0 | 13 | BB | 38 | 3A |
| Octal | 127 | 301 | 317 | 72 | 7 | 0 | 23 | 273 | 70 | 72 |
| Binary | 1010111 | 11000001 | 11001111 | 111010 | 111 | 0 | 10011 | 10111011 | 111000 | 111010 |
Color Harmonies of #57C1CF
Complementary color
Monochromatic Colors of #57C1CF
Black with #57C1CF
Text Example
Text Example
White with #57C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C1CF; }
p { color: rgb(87,193,207); }
H1.HeaderClassName
{
color: #57C1CF;
}
.AnyTagClassName
{
color: #57C1CF;
}
</style>
background-color css
<style>
a { background-color: #57C1CF; }
a { background-color: rgb(87,193,207); }
div.DivClassName
{
background-color: #57C1CF;
}
.BgClassName
{
background-color: #57C1CF;
}
</style>
border-color css
<style>
span { border-color: #57C1CF; }
span { border-color: rgb(87,193,207); }
td.TdClassName
{
border-color: #57C1CF;
}
.TagClassName
{
border-color: #57C1CF;
}
</style>