Shades of Viking #55BFD2
Tints of Viking #55BFD2
RGB
CMYK
RGB Variations
Color information
#55BFD2 (or 0x55BFD2) is known color: Viking. HEX triplet: 55, BF and D2. RGB value is (85,191,210). Sum of RGB (Red+Green+Blue) = 85+191+210=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #55BFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFD2 is #AA402D. Grayscale: #A1A1A1. Windows color (decimal): -11157550 or 13811541. OLE color: 13811541.
HSL color Cylindrical-coordinate representation of color #55BFD2: hue angle of 189.12º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55BFD2 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 191 | 210 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.18 |
| HSL | 189.12º | 0.58% | 0.58% | - |
| HSV(B) | 189.12º | 0.6% | 0.82% | - |
| XYZ | 34.01 | 43.85 | 67.64 | - |
| YUV | 161.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 210 | 0.60 | 0.09 | 0 | 0.18 | 189.12 | 0.58 | 0.58 |
| Hex | 55 | BF | D2 | 3C | 9 | 0 | 12 | BD | 3A | 3A |
| Octal | 125 | 277 | 322 | 74 | 11 | 0 | 22 | 275 | 72 | 72 |
| Binary | 1010101 | 10111111 | 11010010 | 111100 | 1001 | 0 | 10010 | 10111101 | 111010 | 111010 |
Color Harmonies of #55BFD2
Complementary color
Monochromatic Colors of #55BFD2
Black with #55BFD2
Text Example
Text Example
White with #55BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFD2; }
p { color: rgb(85,191,210); }
H1.HeaderClassName
{
color: #55BFD2;
}
.AnyTagClassName
{
color: #55BFD2;
}
</style>
background-color css
<style>
a { background-color: #55BFD2; }
a { background-color: rgb(85,191,210); }
div.DivClassName
{
background-color: #55BFD2;
}
.BgClassName
{
background-color: #55BFD2;
}
</style>
border-color css
<style>
span { border-color: #55BFD2; }
span { border-color: rgb(85,191,210); }
td.TdClassName
{
border-color: #55BFD2;
}
.TagClassName
{
border-color: #55BFD2;
}
</style>