Shades of Viking #57BBCE
Tints of Viking #57BBCE
RGB
CMYK
RGB Variations
Color information
#57BBCE (or 0x57BBCE) is known color: Viking. HEX triplet: 57, BB and CE. RGB value is (87,187,206). Sum of RGB (Red+Green+Blue) = 87+187+206=480 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.12% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #57BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBCE is #A84431. Grayscale: #9F9F9F. Windows color (decimal): -11027506 or 13548375. OLE color: 13548375.
HSL color Cylindrical-coordinate representation of color #57BBCE: hue angle of 189.58º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BBCE is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 187 | 206 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.19 |
| HSL | 189.58º | 0.55% | 0.57% | - |
| HSV(B) | 189.58º | 0.58% | 0.81% | - |
| XYZ | 32.84 | 42.02 | 64.77 | - |
| YUV | 159.27 | 154.37 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 206 | 0.58 | 0.09 | 0 | 0.19 | 189.58 | 0.55 | 0.57 |
| Hex | 57 | BB | CE | 3A | 9 | 0 | 13 | BE | 37 | 39 |
| Octal | 127 | 273 | 316 | 72 | 11 | 0 | 23 | 276 | 67 | 71 |
| Binary | 1010111 | 10111011 | 11001110 | 111010 | 1001 | 0 | 10011 | 10111110 | 110111 | 111001 |
Color Harmonies of #57BBCE
Complementary color
Monochromatic Colors of #57BBCE
Black with #57BBCE
Text Example
Text Example
White with #57BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBCE; }
p { color: rgb(87,187,206); }
H1.HeaderClassName
{
color: #57BBCE;
}
.AnyTagClassName
{
color: #57BBCE;
}
</style>
background-color css
<style>
a { background-color: #57BBCE; }
a { background-color: rgb(87,187,206); }
div.DivClassName
{
background-color: #57BBCE;
}
.BgClassName
{
background-color: #57BBCE;
}
</style>
border-color css
<style>
span { border-color: #57BBCE; }
span { border-color: rgb(87,187,206); }
td.TdClassName
{
border-color: #57BBCE;
}
.TagClassName
{
border-color: #57BBCE;
}
</style>