Shades of Viking #33ACC1
Tints of Viking #33ACC1
RGB
CMYK
RGB Variations
Color information
#33ACC1 (or 0x33ACC1) is known color: Viking. HEX triplet: 33, AC and C1. RGB value is (51,172,193). Sum of RGB (Red+Green+Blue) = 51+172+193=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #33ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACC1 is #CC533E. Grayscale: #8A8A8A. Windows color (decimal): -13390655 or 12692531. OLE color: 12692531.
HSL color Cylindrical-coordinate representation of color #33ACC1: hue angle of 188.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33ACC1 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 172 | 193 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.24 |
| HSL | 188.87º | 0.58% | 0.48% | - |
| HSV(B) | 188.87º | 0.74% | 0.76% | - |
| XYZ | 25.74 | 34.06 | 55.67 | - |
| YUV | 138.22 | 158.91 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 193 | 0.74 | 0.11 | 0 | 0.24 | 188.87 | 0.58 | 0.48 |
| Hex | 33 | AC | C1 | 4A | B | 0 | 18 | BD | 3A | 30 |
| Octal | 63 | 254 | 301 | 112 | 13 | 0 | 30 | 275 | 72 | 60 |
| Binary | 110011 | 10101100 | 11000001 | 1001010 | 1011 | 0 | 11000 | 10111101 | 111010 | 110000 |
Color Harmonies of #33ACC1
Complementary color
Monochromatic Colors of #33ACC1
Black with #33ACC1
Text Example
Text Example
White with #33ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACC1; }
p { color: rgb(51,172,193); }
H1.HeaderClassName
{
color: #33ACC1;
}
.AnyTagClassName
{
color: #33ACC1;
}
</style>
background-color css
<style>
a { background-color: #33ACC1; }
a { background-color: rgb(51,172,193); }
div.DivClassName
{
background-color: #33ACC1;
}
.BgClassName
{
background-color: #33ACC1;
}
</style>
border-color css
<style>
span { border-color: #33ACC1; }
span { border-color: rgb(51,172,193); }
td.TdClassName
{
border-color: #33ACC1;
}
.TagClassName
{
border-color: #33ACC1;
}
</style>