Shades of Viking #55BFD6
Tints of Viking #55BFD6
RGB
CMYK
RGB Variations
Color information
#55BFD6 (or 0x55BFD6) is known color: Viking. HEX triplet: 55, BF and D6. RGB value is (85,191,214). Sum of RGB (Red+Green+Blue) = 85+191+214=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #55BFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFD6 is #AA4029. Grayscale: #A1A1A1. Windows color (decimal): -11157546 or 14073685. OLE color: 14073685.
HSL color Cylindrical-coordinate representation of color #55BFD6: hue angle of 190.7º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55BFD6 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 191 | 214 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.16 |
| HSL | 190.7º | 0.61% | 0.59% | - |
| HSV(B) | 190.7º | 0.6% | 0.84% | - |
| XYZ | 34.51 | 44.05 | 70.3 | - |
| YUV | 161.93 | 157.38 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 214 | 0.60 | 0.11 | 0 | 0.16 | 190.7 | 0.61 | 0.59 |
| Hex | 55 | BF | D6 | 3C | B | 0 | 10 | BF | 3D | 3B |
| Octal | 125 | 277 | 326 | 74 | 13 | 0 | 20 | 277 | 75 | 73 |
| Binary | 1010101 | 10111111 | 11010110 | 111100 | 1011 | 0 | 10000 | 10111111 | 111101 | 111011 |
Color Harmonies of #55BFD6
Complementary color
Monochromatic Colors of #55BFD6
Black with #55BFD6
Text Example
Text Example
White with #55BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFD6; }
p { color: rgb(85,191,214); }
H1.HeaderClassName
{
color: #55BFD6;
}
.AnyTagClassName
{
color: #55BFD6;
}
</style>
background-color css
<style>
a { background-color: #55BFD6; }
a { background-color: rgb(85,191,214); }
div.DivClassName
{
background-color: #55BFD6;
}
.BgClassName
{
background-color: #55BFD6;
}
</style>
border-color css
<style>
span { border-color: #55BFD6; }
span { border-color: rgb(85,191,214); }
td.TdClassName
{
border-color: #55BFD6;
}
.TagClassName
{
border-color: #55BFD6;
}
</style>