Shades of Viking #43BBCE
Tints of Viking #43BBCE
RGB
CMYK
RGB Variations
Color information
#43BBCE (or 0x43BBCE) is known color: Viking. HEX triplet: 43, BB and CE. RGB value is (67,187,206). Sum of RGB (Red+Green+Blue) = 67+187+206=460 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.57% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #43BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43BBCE is #BC4431. Grayscale: #999999. Windows color (decimal): -12338226 or 13548355. OLE color: 13548355.
HSL color Cylindrical-coordinate representation of color #43BBCE: hue angle of 188.2º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BBCE is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 187 | 206 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.19 |
| HSL | 188.2º | 0.59% | 0.54% | - |
| HSV(B) | 188.2º | 0.67% | 0.81% | - |
| XYZ | 31.23 | 41.19 | 64.7 | - |
| YUV | 153.29 | 157.74 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 187 | 206 | 0.67 | 0.09 | 0 | 0.19 | 188.2 | 0.59 | 0.54 |
| Hex | 43 | BB | CE | 43 | 9 | 0 | 13 | BC | 3B | 36 |
| Octal | 103 | 273 | 316 | 103 | 11 | 0 | 23 | 274 | 73 | 66 |
| Binary | 1000011 | 10111011 | 11001110 | 1000011 | 1001 | 0 | 10011 | 10111100 | 111011 | 110110 |
Color Harmonies of #43BBCE
Complementary color
Monochromatic Colors of #43BBCE
Black with #43BBCE
Text Example
Text Example
White with #43BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BBCE; }
p { color: rgb(67,187,206); }
H1.HeaderClassName
{
color: #43BBCE;
}
.AnyTagClassName
{
color: #43BBCE;
}
</style>
background-color css
<style>
a { background-color: #43BBCE; }
a { background-color: rgb(67,187,206); }
div.DivClassName
{
background-color: #43BBCE;
}
.BgClassName
{
background-color: #43BBCE;
}
</style>
border-color css
<style>
span { border-color: #43BBCE; }
span { border-color: rgb(67,187,206); }
td.TdClassName
{
border-color: #43BBCE;
}
.TagClassName
{
border-color: #43BBCE;
}
</style>