Shades of Viking #40BBCC
Tints of Viking #40BBCC
RGB
CMYK
RGB Variations
Color information
#40BBCC (or 0x40BBCC) is known color: Viking. HEX triplet: 40, BB and CC. RGB value is (64,187,204). Sum of RGB (Red+Green+Blue) = 64+187+204=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #40BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBCC is #BF4433. Grayscale: #979797. Windows color (decimal): -12534836 or 13417280. OLE color: 13417280.
HSL color Cylindrical-coordinate representation of color #40BBCC: hue angle of 187.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40BBCC is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 187 | 204 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.2 |
| HSL | 187.29º | 0.58% | 0.53% | - |
| HSV(B) | 187.29º | 0.69% | 0.8% | - |
| XYZ | 30.78 | 40.99 | 63.42 | - |
| YUV | 152.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 204 | 0.69 | 0.08 | 0 | 0.2 | 187.29 | 0.58 | 0.53 |
| Hex | 40 | BB | CC | 45 | 8 | 0 | 14 | BB | 3A | 35 |
| Octal | 100 | 273 | 314 | 105 | 10 | 0 | 24 | 273 | 72 | 65 |
| Binary | 1000000 | 10111011 | 11001100 | 1000101 | 1000 | 0 | 10100 | 10111011 | 111010 | 110101 |
Color Harmonies of #40BBCC
Complementary color
Monochromatic Colors of #40BBCC
Black with #40BBCC
Text Example
Text Example
White with #40BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBCC; }
p { color: rgb(64,187,204); }
H1.HeaderClassName
{
color: #40BBCC;
}
.AnyTagClassName
{
color: #40BBCC;
}
</style>
background-color css
<style>
a { background-color: #40BBCC; }
a { background-color: rgb(64,187,204); }
div.DivClassName
{
background-color: #40BBCC;
}
.BgClassName
{
background-color: #40BBCC;
}
</style>
border-color css
<style>
span { border-color: #40BBCC; }
span { border-color: rgb(64,187,204); }
td.TdClassName
{
border-color: #40BBCC;
}
.TagClassName
{
border-color: #40BBCC;
}
</style>