Shades of Viking #43AFCC
Tints of Viking #43AFCC
RGB
CMYK
RGB Variations
Color information
#43AFCC (or 0x43AFCC) is known color: Viking. HEX triplet: 43, AF and CC. RGB value is (67,175,204). Sum of RGB (Red+Green+Blue) = 67+175+204=446 (59% of max value = 765). Red value is 67 (26.56% from 255 or 15.02% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #43AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43AFCC is #BC5033. Grayscale: #919191. Windows color (decimal): -12341300 or 13414211. OLE color: 13414211.
HSL color Cylindrical-coordinate representation of color #43AFCC: hue angle of 192.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43AFCC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 175 | 204 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.2 |
| HSL | 192.7º | 0.57% | 0.53% | - |
| HSV(B) | 192.7º | 0.67% | 0.8% | - |
| XYZ | 28.54 | 36.21 | 62.61 | - |
| YUV | 146.01 | 160.72 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 175 | 204 | 0.67 | 0.14 | 0 | 0.2 | 192.7 | 0.57 | 0.53 |
| Hex | 43 | AF | CC | 43 | E | 0 | 14 | C1 | 39 | 35 |
| Octal | 103 | 257 | 314 | 103 | 16 | 0 | 24 | 301 | 71 | 65 |
| Binary | 1000011 | 10101111 | 11001100 | 1000011 | 1110 | 0 | 10100 | 11000001 | 111001 | 110101 |
Color Harmonies of #43AFCC
Complementary color
Monochromatic Colors of #43AFCC
Black with #43AFCC
Text Example
Text Example
White with #43AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AFCC; }
p { color: rgb(67,175,204); }
H1.HeaderClassName
{
color: #43AFCC;
}
.AnyTagClassName
{
color: #43AFCC;
}
</style>
background-color css
<style>
a { background-color: #43AFCC; }
a { background-color: rgb(67,175,204); }
div.DivClassName
{
background-color: #43AFCC;
}
.BgClassName
{
background-color: #43AFCC;
}
</style>
border-color css
<style>
span { border-color: #43AFCC; }
span { border-color: rgb(67,175,204); }
td.TdClassName
{
border-color: #43AFCC;
}
.TagClassName
{
border-color: #43AFCC;
}
</style>