Shades of Viking #60BFCC
Tints of Viking #60BFCC
RGB
CMYK
RGB Variations
Color information
#60BFCC (or 0x60BFCC) is known color: Viking. HEX triplet: 60, BF and CC. RGB value is (96,191,204). Sum of RGB (Red+Green+Blue) = 96+191+204=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #60BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFCC is #9F4033. Grayscale: #A3A3A3. Windows color (decimal): -10436660 or 13418336. OLE color: 13418336.
HSL color Cylindrical-coordinate representation of color #60BFCC: hue angle of 187.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60BFCC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 191 | 204 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.2 |
| HSL | 187.22º | 0.51% | 0.59% | - |
| HSV(B) | 187.22º | 0.53% | 0.8% | - |
| XYZ | 34.35 | 44.11 | 63.83 | - |
| YUV | 164.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 204 | 0.53 | 0.06 | 0 | 0.2 | 187.22 | 0.51 | 0.59 |
| Hex | 60 | BF | CC | 35 | 6 | 0 | 14 | BB | 33 | 3B |
| Octal | 140 | 277 | 314 | 65 | 6 | 0 | 24 | 273 | 63 | 73 |
| Binary | 1100000 | 10111111 | 11001100 | 110101 | 110 | 0 | 10100 | 10111011 | 110011 | 111011 |
Color Harmonies of #60BFCC
Complementary color
Monochromatic Colors of #60BFCC
Black with #60BFCC
Text Example
Text Example
White with #60BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFCC; }
p { color: rgb(96,191,204); }
H1.HeaderClassName
{
color: #60BFCC;
}
.AnyTagClassName
{
color: #60BFCC;
}
</style>
background-color css
<style>
a { background-color: #60BFCC; }
a { background-color: rgb(96,191,204); }
div.DivClassName
{
background-color: #60BFCC;
}
.BgClassName
{
background-color: #60BFCC;
}
</style>
border-color css
<style>
span { border-color: #60BFCC; }
span { border-color: rgb(96,191,204); }
td.TdClassName
{
border-color: #60BFCC;
}
.TagClassName
{
border-color: #60BFCC;
}
</style>