Shades of Viking #35ACC1
Tints of Viking #35ACC1
RGB
CMYK
RGB Variations
Color information
#35ACC1 (or 0x35ACC1) is known color: Viking. HEX triplet: 35, AC and C1. RGB value is (53,172,193). Sum of RGB (Red+Green+Blue) = 53+172+193=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #35ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ACC1 is #CA533E. Grayscale: #8A8A8A. Windows color (decimal): -13259583 or 12692533. OLE color: 12692533.
HSL color Cylindrical-coordinate representation of color #35ACC1: hue angle of 189º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35ACC1 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 172 | 193 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.24 |
| HSL | 189º | 0.57% | 0.48% | - |
| HSV(B) | 189º | 0.73% | 0.76% | - |
| XYZ | 25.85 | 34.11 | 55.67 | - |
| YUV | 138.81 | 158.58 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 172 | 193 | 0.73 | 0.11 | 0 | 0.24 | 189 | 0.57 | 0.48 |
| Hex | 35 | AC | C1 | 49 | B | 0 | 18 | BD | 39 | 30 |
| Octal | 65 | 254 | 301 | 111 | 13 | 0 | 30 | 275 | 71 | 60 |
| Binary | 110101 | 10101100 | 11000001 | 1001001 | 1011 | 0 | 11000 | 10111101 | 111001 | 110000 |
Color Harmonies of #35ACC1
Complementary color
Monochromatic Colors of #35ACC1
Black with #35ACC1
Text Example
Text Example
White with #35ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ACC1; }
p { color: rgb(53,172,193); }
H1.HeaderClassName
{
color: #35ACC1;
}
.AnyTagClassName
{
color: #35ACC1;
}
</style>
background-color css
<style>
a { background-color: #35ACC1; }
a { background-color: rgb(53,172,193); }
div.DivClassName
{
background-color: #35ACC1;
}
.BgClassName
{
background-color: #35ACC1;
}
</style>
border-color css
<style>
span { border-color: #35ACC1; }
span { border-color: rgb(53,172,193); }
td.TdClassName
{
border-color: #35ACC1;
}
.TagClassName
{
border-color: #35ACC1;
}
</style>