Shades of Viking #60BBCE
Tints of Viking #60BBCE
RGB
CMYK
RGB Variations
Color information
#60BBCE (or 0x60BBCE) is known color: Viking. HEX triplet: 60, BB and CE. RGB value is (96,187,206). Sum of RGB (Red+Green+Blue) = 96+187+206=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #60BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BBCE is #9F4431. Grayscale: #A1A1A1. Windows color (decimal): -10437682 or 13548384. OLE color: 13548384.
HSL color Cylindrical-coordinate representation of color #60BBCE: hue angle of 190.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60BBCE is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 187 | 206 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.19 |
| HSL | 190.36º | 0.53% | 0.59% | - |
| HSV(B) | 190.36º | 0.53% | 0.81% | - |
| XYZ | 33.73 | 42.48 | 64.81 | - |
| YUV | 161.96 | 152.85 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 187 | 206 | 0.53 | 0.09 | 0 | 0.19 | 190.36 | 0.53 | 0.59 |
| Hex | 60 | BB | CE | 35 | 9 | 0 | 13 | BE | 35 | 3B |
| Octal | 140 | 273 | 316 | 65 | 11 | 0 | 23 | 276 | 65 | 73 |
| Binary | 1100000 | 10111011 | 11001110 | 110101 | 1001 | 0 | 10011 | 10111110 | 110101 | 111011 |
Color Harmonies of #60BBCE
Complementary color
Monochromatic Colors of #60BBCE
Black with #60BBCE
Text Example
Text Example
White with #60BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BBCE; }
p { color: rgb(96,187,206); }
H1.HeaderClassName
{
color: #60BBCE;
}
.AnyTagClassName
{
color: #60BBCE;
}
</style>
background-color css
<style>
a { background-color: #60BBCE; }
a { background-color: rgb(96,187,206); }
div.DivClassName
{
background-color: #60BBCE;
}
.BgClassName
{
background-color: #60BBCE;
}
</style>
border-color css
<style>
span { border-color: #60BBCE; }
span { border-color: rgb(96,187,206); }
td.TdClassName
{
border-color: #60BBCE;
}
.TagClassName
{
border-color: #60BBCE;
}
</style>