Shades of Viking #5CC1CB
Tints of Viking #5CC1CB
RGB
CMYK
RGB Variations
Color information
#5CC1CB (or 0x5CC1CB) is known color: Viking. HEX triplet: 5C, C1 and CB. RGB value is (92,193,203). Sum of RGB (Red+Green+Blue) = 92+193+203=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 193 (75.78% from 255 or 39.55% 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 #5CC1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC1CB is #A33E34. Grayscale: #A3A3A3. Windows color (decimal): -10698293 or 13353308. OLE color: 13353308.
HSL color Cylindrical-coordinate representation of color #5CC1CB: hue angle of 185.41º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CC1CB is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 193 | 203 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.20 |
| HSL | 185.41º | 0.52% | 0.58% | - |
| HSV(B) | 185.41º | 0.55% | 0.8% | - |
| XYZ | 34.26 | 44.73 | 63.33 | - |
| YUV | 163.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 203 | 0.55 | 0.05 | 0 | 0.20 | 185.41 | 0.52 | 0.58 |
| Hex | 5C | C1 | CB | 37 | 5 | 0 | 14 | B9 | 34 | 3A |
| Octal | 134 | 301 | 313 | 67 | 5 | 0 | 24 | 271 | 64 | 72 |
| Binary | 1011100 | 11000001 | 11001011 | 110111 | 101 | 0 | 10100 | 10111001 | 110100 | 111010 |
Color Harmonies of #5CC1CB
Complementary color
Monochromatic Colors of #5CC1CB
Black with #5CC1CB
Text Example
Text Example
White with #5CC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC1CB; }
p { color: rgb(92,193,203); }
H1.HeaderClassName
{
color: #5CC1CB;
}
.AnyTagClassName
{
color: #5CC1CB;
}
</style>
background-color css
<style>
a { background-color: #5CC1CB; }
a { background-color: rgb(92,193,203); }
div.DivClassName
{
background-color: #5CC1CB;
}
.BgClassName
{
background-color: #5CC1CB;
}
</style>
border-color css
<style>
span { border-color: #5CC1CB; }
span { border-color: rgb(92,193,203); }
td.TdClassName
{
border-color: #5CC1CB;
}
.TagClassName
{
border-color: #5CC1CB;
}
</style>