Shades of Viking #5FC3D1
Tints of Viking #5FC3D1
RGB
CMYK
RGB Variations
Color information
#5FC3D1 (or 0x5FC3D1) is known color: Viking. HEX triplet: 5F, C3 and D1. RGB value is (95,195,209). Sum of RGB (Red+Green+Blue) = 95+195+209=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #5FC3D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC3D1 is #A03C2E. Grayscale: #A6A6A6. Windows color (decimal): -10501167 or 13747039. OLE color: 13747039.
HSL color Cylindrical-coordinate representation of color #5FC3D1: hue angle of 187.37º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FC3D1 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 195 | 209 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.18 |
| HSL | 187.37º | 0.55% | 0.6% | - |
| HSV(B) | 187.37º | 0.55% | 0.82% | - |
| XYZ | 35.74 | 46.07 | 67.33 | - |
| YUV | 166.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 209 | 0.55 | 0.07 | 0 | 0.18 | 187.37 | 0.55 | 0.6 |
| Hex | 5F | C3 | D1 | 37 | 7 | 0 | 12 | BB | 37 | 3C |
| Octal | 137 | 303 | 321 | 67 | 7 | 0 | 22 | 273 | 67 | 74 |
| Binary | 1011111 | 11000011 | 11010001 | 110111 | 111 | 0 | 10010 | 10111011 | 110111 | 111100 |
Color Harmonies of #5FC3D1
Complementary color
Monochromatic Colors of #5FC3D1
Black with #5FC3D1
Text Example
Text Example
White with #5FC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC3D1; }
p { color: rgb(95,195,209); }
H1.HeaderClassName
{
color: #5FC3D1;
}
.AnyTagClassName
{
color: #5FC3D1;
}
</style>
background-color css
<style>
a { background-color: #5FC3D1; }
a { background-color: rgb(95,195,209); }
div.DivClassName
{
background-color: #5FC3D1;
}
.BgClassName
{
background-color: #5FC3D1;
}
</style>
border-color css
<style>
span { border-color: #5FC3D1; }
span { border-color: rgb(95,195,209); }
td.TdClassName
{
border-color: #5FC3D1;
}
.TagClassName
{
border-color: #5FC3D1;
}
</style>